diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-10-30 22:12:47 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-10-30 22:12:47 (GMT) |
commit | e64322e034b62ee13dada8800c1667a8cf6332f6 (patch) | |
tree | 89b54d027eb09af69ceffa215a385b1436fe70f7 /Doc/whatsnew | |
parent | d4156c16938fe1df957f4cf86420ae5da73dd3f8 (diff) | |
download | cpython-e64322e034b62ee13dada8800c1667a8cf6332f6.zip cpython-e64322e034b62ee13dada8800c1667a8cf6332f6.tar.gz cpython-e64322e034b62ee13dada8800c1667a8cf6332f6.tar.bz2 |
Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster
Patch written by Serhiy Storchaka.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 944d754..d260838 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -157,7 +157,7 @@ Optimizations Major performance enhancements have been added: -* None yet. +* The UTF-32 decoder is now 3x to 4x faster. Build and C API Changes |