Antoine Pitrou
|
63065d761e
|
Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
Patch by Serhiy Storchaka.
|
2012-05-15 23:48:04 +02:00 |
|
Antoine Pitrou
|
ca5f91b888
|
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.
|
2012-05-10 16:36:02 +02:00 |
|
Victor Stinner
|
6099a03202
|
Issue #13624: Write a specialized UTF-8 encoder to allow more optimization
The main bottleneck was the PyUnicode_READ() macro.
|
2011-12-18 14:22:26 +01:00 |
|
Antoine Pitrou
|
0a3229de6b
|
Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case.
This almost catches up with pre-PEP 393 performance, when decoding needed
only one pass.
|
2011-11-21 20:39:13 +01:00 |
|