Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Issue 14820013: Optimize concatenation of lists of onebyte strings by implementing it in Dart. (Closed)

Created:
7 years, 7 months ago by srdjan
Modified:
7 years, 7 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Optimize concatenation of lists of onebyte strings by implementing it in Dart. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=22532

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -10 lines) Patch
M runtime/lib/string_patch.dart View 1 2 3 4 3 chunks +73 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 7 months ago (2013-05-06 22:17:37 UTC) #1
siva
lgtm https://codereview.chromium.org/14820013/diff/3001/runtime/lib/string_patch.dart File runtime/lib/string_patch.dart (right): https://codereview.chromium.org/14820013/diff/3001/runtime/lib/string_patch.dart#newcode348 runtime/lib/string_patch.dart:348: totalLength += s.length; The totalLength addition could be ...
7 years, 7 months ago (2013-05-06 23:08:49 UTC) #2
srdjan
Also, for performance reasons, limited the size that can be handled inside Dart to 128 ...
7 years, 7 months ago (2013-05-08 21:17:21 UTC) #3
srdjan
7 years, 7 months ago (2013-05-08 21:33:07 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 manually as r22532 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698