[issue14874] Faster charmap decoding

2012-06-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f3a5308f50b by Antoine Pitrou in branch 'default': Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. http://hg.python.org/cpython/rev/8f3a5308f50b -- nosy: +python-dev ___ Python track

[issue14874] Faster charmap decoding

2012-06-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thank you for the patch! Now pushed to 3.3. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue14874] Faster charmap decoding

2012-06-16 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue14874] Faster charmap decoding

2012-06-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue14874] Faster charmap decoding

2012-05-21 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file25666/bench-diff.py ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue14874] Faster charmap decoding

2012-05-21 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file25665/charmapdecodebench.py ___ Python tracker ___ ___ Python-bugs-list m

[issue14874] Faster charmap decoding

2012-05-21 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Charmap decoders are not as important as UTF decoders, but are still widely used. In Python 3.3 with PEP 393 they slowed down 4x. The proposed patch restores the performance. Optimized only the most common case, when the decoder is specified by the UCS2