]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13624: Write a specialized UTF-8 encoder to allow more optimization
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 18 Dec 2011 13:22:26 +0000 (14:22 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 18 Dec 2011 13:22:26 +0000 (14:22 +0100)
commit6099a032028e7d93d40741f1cda792407a635dc7
treef56c252110be125ab7d58beef7d924348474142f
parentb66dcb66ba901c78806d6c76b61b4095c50990cf
Issue #13624: Write a specialized UTF-8 encoder to allow more optimization

The main bottleneck was the PyUnicode_READ() macro.
Doc/whatsnew/3.3.rst
Objects/stringlib/codecs.h
Objects/unicodeobject.c