[issue23206] json.dumps(ensure_ascii=False) is ~10x slower than json.dumps()

INADA Naoki report at bugs.python.org
Sat Jan 10 22:03:30 CET 2015


INADA Naoki added the comment:

I've updated patch to use PyUnicode_MAX_CHAR_VALUE().

----------
Added file: http://bugs.python.org/file37669/json-fast-unicode-encode.patch

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


More information about the Python-bugs-list mailing list