Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.

This commit is contained in:
Antoine Pitrou 2012-05-10 16:36:02 +02:00
parent fda08b0860
commit ca5f91b888
8 changed files with 336 additions and 572 deletions

View file

@ -1,6 +1,7 @@
#undef FASTSEARCH
#undef STRINGLIB
#undef STRINGLIB_SIZEOF_CHAR
#undef STRINGLIB_MAX_CHAR
#undef STRINGLIB_CHAR
#undef STRINGLIB_STR
#undef STRINGLIB_LEN