Commit 5cec9d2a authored by Antoine Pitrou's avatar Antoine Pitrou

Add mention of decoding optimizations in the what's new document.

parent dd959745
......@@ -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
=======================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment