| commit | 6099a032028e7d93d40741f1cda792407a635dc7 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Dec 18 14:22:26 2011 +0100 |
| committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Dec 18 14:22:26 2011 +0100 |
| tree | f56c252110be125ab7d58beef7d924348474142f | |
| parent | b66dcb66ba901c78806d6c76b61b4095c50990cf [diff] |
Issue #13624: Write a specialized UTF-8 encoder to allow more optimization The main bottleneck was the PyUnicode_READ() macro.