[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
- Previous message: [Python-Dev] Re: string find(substring) vs. substring in string
- Next message: [Python-Dev] string find(substring) vs. substring in string
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message: [Python-Dev] Re: string find(substring) vs. substring in string
- Next message: [Python-Dev] string find(substring) vs. substring in string
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]