mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Update whatsnew about pickle optimizations
This commit is contained in:
parent
04248a8d99
commit
6c314ec946
1 changed files with 2 additions and 5 deletions
|
@ -562,11 +562,8 @@ A number of small performance enhancements have been added:
|
||||||
(Patch by Florent Xicluna in :issue:`7622` and :issue:`7462`.)
|
(Patch by Florent Xicluna in :issue:`7622` and :issue:`7462`.)
|
||||||
|
|
||||||
* Serializing and unserializing data using the :mod:`pickle` module is now
|
* Serializing and unserializing data using the :mod:`pickle` module is now
|
||||||
up to 4x faster, thanks to various optimizations initially contributed
|
several times faster. (Contributed by Alexandre Vassalotti, Antoine Pitrou
|
||||||
to the Unladen Swalled project.
|
and the Unladen Swallow team in :issue:`9410` and :issue:`3873`.)
|
||||||
|
|
||||||
(Ported to Python 3 by Alexandre Vassalotti and Antoine Pitrou in
|
|
||||||
:issue:`9410`)
|
|
||||||
|
|
||||||
|
|
||||||
Filenames and Unicode
|
Filenames and Unicode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue