[issue24870] Optimize ascii and latin1 decoder with surrogateescape and surrogatepass error handlers

STINNER Victor report at bugs.python.org
Thu Oct 1 17:24:45 EDT 2015


STINNER Victor added the comment:

I just pushed my patch to optimize the UTF-8 encoder with error handlers: see the issue #25267. It's up to 70 times as fast. The patch was based on Serhiy's work: faster_surrogates_hadling.patch attached to this issue.

----------

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


More information about the Python-bugs-list mailing list