]> granicus.if.org Git - python/commit
Issue 5670: special-case pickling of dicts. This nearly doubles the performance of...
authorCollin Winter <collinw@gmail.com>
Mon, 25 May 2009 04:34:39 +0000 (04:34 +0000)
committerCollin Winter <collinw@gmail.com>
Mon, 25 May 2009 04:34:39 +0000 (04:34 +0000)
commit179bf213ea0432f2219c9b72ff4c4e18062fb588
treecb370e4d53246cc57d55d70b787949a8f108e913
parent87e5006d8c5974597df9e3074b95227187d32be3
Issue 5670: special-case pickling of dicts. This nearly doubles the performance of dict pickling in cPickle.
Modules/cPickle.c