diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-04-08 22:43:44 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-04-08 22:43:44 +0200 |
commit | cd777eaf53e438e2c3b7aab384f18d56b262bc0b (patch) | |
tree | 5a95e3a6567bbf8dd559a73124c866d91360b35b /Python/pythonrun.c | |
parent | 9fc5981ea2ee722a8012e67aaa5cf6d6cae99bb1 (diff) | |
download | cpython-git-cd777eaf53e438e2c3b7aab384f18d56b262bc0b.tar.gz |
Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible
wmemcmp() is twice faster than a dummy loop (342 usec vs 744 usec) on Fedora
18/x86_64, GCC 4.7.2.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions