From: Antoine Pitrou Date: Thu, 17 May 2012 15:37:02 +0000 (+0200) Subject: Add mention of decoding optimizations in the what's new document. X-Git-Tag: v3.3.0a4~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cec9d2ae57da6fb5c424bb297ddb67902393b2d;p=python Add mention of decoding optimizations in the what's new document. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index ac01236752..6fb60afdb9 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 =======================