]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Optimize pickle.load() and pickle.loads()
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 09:42:37 +0000 (11:42 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 09:42:37 +0000 (11:42 +0200)
commit19ed27ec2b6d8871249e0dd8f56d40a0a78094f8
treefd8d3c94bdff9438b9b330da6f7ea4b63ebe2378
parent744c34e2ea91ba8f9e945bbeba121c7e95063056
Optimize pickle.load() and pickle.loads()

Issue #27056: Optimize pickle.load() and pickle.loads(), up to 10% faster to
deserialize a lot of small objects.
Doc/whatsnew/3.6.rst
Misc/NEWS
Modules/_pickle.c