mirror of
https://github.com/python/cpython.git
synced 2024-11-22 05:26:10 +01:00
7108bdf27c
Generally comparable perf for the "good" case where memchr doesn't return any collisions (false matches on lower byte) but clearly faster with collisions.
12 lines
257 B
C
12 lines
257 B
C
#undef FASTSEARCH
|
|
#undef STRINGLIB
|
|
#undef STRINGLIB_SIZEOF_CHAR
|
|
#undef STRINGLIB_MAX_CHAR
|
|
#undef STRINGLIB_CHAR
|
|
#undef STRINGLIB_STR
|
|
#undef STRINGLIB_LEN
|
|
#undef STRINGLIB_NEW
|
|
#undef STRINGLIB_IS_UNICODE
|
|
#undef STRINGLIB_MUTABLE
|
|
#undef STRINGLIB_FAST_MEMCHR
|