[issue14654] Faster utf-8 decoding
Serhiy Storchaka
report at bugs.python.org
Sat May 5 19:50:48 CEST 2012
Serhiy Storchaka <storchaka at gmail.com> added the comment:
Well, it seems, 64-bit processors are smart enough to not feel the need
for this optimization. On 32-bit platforms I see a noticeable increase
in speed.
I am now working on a more advanced optimization, which now shows a gain
of +20-60% compared with the previous patches, but I hope to increase a
gain by +50%-100%.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14654>
_______________________________________
More information about the Python-bugs-list
mailing list