DescriptionLand patch by Oleg Eterevsky (oleg@chromium.org).
Original review: http://codereview.chromium.org/646010/show
Change the implementation of lastIndexOf method of String. Convert the
strings in question to Vector<char> or Vector<uc16> and execute simple
search algorithm on them.
The difference in speed on 500k character string is about 10x.
TBR=ager@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=3922
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|