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

STINNER Victor report at bugs.python.org
Thu Jan 7 08:51:51 EST 2016


STINNER Victor added the comment:

> In [18]: %timeit decode_surroundescape(data)
> 10 loops, best of 3: 40 ms per loop

Cool! Good job.

----------

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


More information about the Python-bugs-list mailing list