[issue14419] Faster ascii decoding

STINNER Victor report at bugs.python.org
Tue Mar 27 00:09:36 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

Results on a 64-bit Linux box, Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz with 12 GB of RAM:

Unpatched: 10000 loops, best of 3: 150 usec per loop
Patched:   10000 loops, best of 3: 80.2 usec per loop

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14419>
_______________________________________


More information about the Python-bugs-list mailing list