This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author collinwinter
Recipients alexandre.vassalotti, amaury.forgeotdarc, collinwinter, pitrou
Date 2009-04-03.21:22:08
SpamBayes Score 1.0766864e-05
Marked as misclassified No
Message-id <1238793729.78.0.535853463757.issue5670@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, I just added a pickle_dict microbenchmark to perf.py. Using this
new microbenchmark, I see these results (perf.py -r -b pickle_dict):

pickle_dict:
Min: 2.092 -> 1.341: 56.04% faster
Avg: 2.126 -> 1.360: 56.37% faster
Significant (t=216.895643, a=0.95)

I still need to address the comment about pickling empty dicts.
History
Date User Action Args
2009-04-03 21:22:10collinwintersetrecipients: + collinwinter, amaury.forgeotdarc, pitrou, alexandre.vassalotti
2009-04-03 21:22:09collinwintersetmessageid: <1238793729.78.0.535853463757.issue5670@psf.upfronthosting.co.za>
2009-04-03 21:22:08collinwinterlinkissue5670 messages
2009-04-03 21:22:08collinwintercreate