Chromium Code Reviews
DescriptionChange 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.
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #Patch Set 4 : '' #Patch Set 5 : '' #
Total comments: 3
Patch Set 6 : '' #Messages
Total messages: 2 (0 generated)
|