diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-17 15:37:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-17 15:37:02 (GMT) |
commit | 5cec9d2ae57da6fb5c424bb297ddb67902393b2d (patch) | |
tree | 3e7c258cf660b21d28f9403577780a0719c925ba | |
parent | dd95974509748fb8ae5077f9763c5d14d83ca414 (diff) | |
download | cpython-5cec9d2ae57da6fb5c424bb297ddb67902393b2d.zip cpython-5cec9d2ae57da6fb5c424bb297ddb67902393b2d.tar.gz cpython-5cec9d2ae57da6fb5c424bb297ddb67902393b2d.tar.bz2 |
Add mention of decoding optimizations in the what's new document.
-rw-r--r-- | Doc/whatsnew/3.3.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index ac01236..6fb60af 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1260,6 +1260,10 @@ Major performance enhancements have been added: * repeating a single ASCII letter and getting a substring of a ASCII strings is 4 times faster +* UTF-8 and UTF-16 decoding is now 2x to 4x faster. + + (contributed by Serhiy Storchaka, :issue:`14624` and :issue:`14738`.) + Build and C API Changes ======================= |