DescriptionFaster WTF::toASCIILower() implementation for 8-bit strings
WTF::toASCIILower() is used very intensively in various scenarios in blink.
This patch adds a table-based implementation of WTF::toASCIILower() for 8-bit strings, on a simple benchmark it is about 5 times faster than the existing implementation.
The patch uses http://trac.webkit.org/changeset/181512 by Benjamin Poulain <bpoulain@apple.com>
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197025
Patch Set 1 #Patch Set 2 : #
Total comments: 1
Patch Set 3 : Fixed unit test coding style #
Messages
Total messages: 8 (2 generated)
|
|||||||||||||||||||||||||||||||||||||