Chromium Code Reviews
DescriptionFix performance of readLine
Using getRange to chop off the front of the list of char codes for
each line read was to slow. Use an offset into the list instead and
throw away the list when all char codes have been read.
R=ager@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=2023
Patch Set 1 #Patch Set 2 : Removed code in commetns #Patch Set 3 : Fixed long line #Messages
Total messages: 2 (0 generated)
|