Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cec9d2

Browse files
committed
Add mention of decoding optimizations in the what's new document.
1 parent dd95974 commit 5cec9d2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,10 @@ Major performance enhancements have been added:
12601260
* repeating a single ASCII letter and getting a substring of a ASCII strings
12611261
is 4 times faster
12621262

1263+
* UTF-8 and UTF-16 decoding is now 2x to 4x faster.
1264+
1265+
(contributed by Serhiy Storchaka, :issue:`14624` and :issue:`14738`.)
1266+
12631267

12641268
Build and C API Changes
12651269
=======================

0 commit comments

Comments
 (0)