cleanUp() optimization: split the string into pure ASCII chunks and chunks which...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 5 Nov 2004 00:26:09 +0000 (00:26 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 5 Nov 2004 00:26:09 +0000 (00:26 +0000)
commit9ba6a6c74a1b48936045e6b7902ba1bfd7feb32b
tree1e9b16f3ba06c5faff8b231fa433f0224391f4e1
parent48cb181bd26cb14cff803a43ba1fb7508241ab72
cleanUp() optimization: split the string into pure ASCII chunks and chunks which need to be checked byte by byte. Over 5x speedup for German text sample.
includes/normal/UtfNormal.php