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 vstinner
Recipients alexandre.vassalotti, amaury.forgeotdarc, hagen, pitrou, vstinner
Date 2009-04-05.01:25:19
SpamBayes Score 6.8992e-05
Marked as misclassified No
Message-id <1238894720.65.0.74608267608.issue3873@psf.upfronthosting.co.za>
In-reply-to
Content
Unladen Swallow has a project to optimize pickle. Currently, it uses 3 
benchmarks: 
  pickle - use the cPickle module to pickle a variety of datasets. 
  pickle_dict - microbenchmark; use the cPickle module to pickle a lot 
of dicts. 
  pickle_list - microbenchmark; use the cPickle module to pickle a lot 
of lists.
History
Date User Action Args
2009-04-05 01:25:20vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, alexandre.vassalotti, hagen
2009-04-05 01:25:20vstinnersetmessageid: <1238894720.65.0.74608267608.issue3873@psf.upfronthosting.co.za>
2009-04-05 01:25:19vstinnerlinkissue3873 messages
2009-04-05 01:25:19vstinnercreate