diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-04 20:44:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-04 20:44:01 (GMT) |
commit | 3079328d296992af4f64a988ec5dee244b319e7b (patch) | |
tree | 43db65bb17d79ec63e93108f11bf378864176a9b /Doc | |
parent | 3cceb384861eeae1f164568a9ea30534fdf2c87c (diff) | |
download | cpython-3079328d296992af4f64a988ec5dee244b319e7b.zip cpython-3079328d296992af4f64a988ec5dee244b319e7b.tar.gz cpython-3079328d296992af4f64a988ec5dee244b319e7b.tar.bz2 |
Reverted changeset b72c5573c5e7 (issue #15027).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index fef6adc..dbebf46 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1213,9 +1213,7 @@ Other Improvements Significant Optimizations ========================= -* The UTF-32 decoder is now 3x to 4x faster. The UTF-32 encoder is now 1.6x - to 3.5x faster. (Contributed by Serhiy Storchaka in :issue:`14625` and - :issue:`15027`.) +* The UTF-32 decoder is now 3x to 4x faster. * The cost of hash collisions for sets is now reduced. Each hash table probe now checks a series of consecutive, adjacent key/hash pairs before |