[Python-Dev] Re: string find(substring) vs. substring in string (original) (raw)

Fredrik Lundh fredrik at pythonware.com
Wed Feb 16 23:10:40 CET 2005


memcmp still compiles to REP CMPB on many x86 compilers, and the setup overhead for memcmp sucks on modern x86 hardware

make that "compiles to REPE CMPSB" and "the setup overhead for REPE CMPSB"



More information about the Python-Dev mailing list