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 pitrou
Recipients alexandre.vassalotti, belopolsky, collinwinter, pitrou, skip.montanaro, vstinner
Date 2010-09-07.15:12:39
SpamBayes Score 0.0032413586
Marked as misclassified No
Message-id <1283872362.08.0.210599904856.issue9410@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, here are the unladen swallow benchmark results against stock py3k:

### pickle ###
Min: 1.644222 -> 0.812691: 2.0232x faster
Avg: 1.652311 -> 0.814994: 2.0274x faster
Significant (t=297.660908)
Stddev: 0.00594 -> 0.00207: 2.8732x smaller

### unpickle ###
Min: 2.802217 -> 0.751013: 3.7312x faster
Avg: 2.807074 -> 0.752646: 3.7296x faster
Significant (t=980.311525)
Stddev: 0.00446 -> 0.00145: 3.0831x smaller

### pickle_dict ###
Min: 0.744259 -> 0.543992: 1.3681x faster
Avg: 0.747806 -> 0.545883: 1.3699x faster
Significant (t=114.070170)
Stddev: 0.00266 -> 0.00293: 1.1014x larger

### pickle_list ###
Min: 2.058899 -> 1.212566: 1.6980x faster
Avg: 2.066486 -> 1.216711: 1.6984x faster
Significant (t=269.964154)
Stddev: 0.00534 -> 0.00459: 1.1635x smaller

### unpickle_list ###
Min: 1.458531 -> 0.313154: 4.6576x faster
Avg: 1.464023 -> 0.319126: 4.5876x faster
Significant (t=425.745063)
Stddev: 0.00476 -> 0.00367: 1.2976x smaller
History
Date User Action Args
2010-09-07 15:12:42pitrousetrecipients: + pitrou, skip.montanaro, collinwinter, belopolsky, vstinner, alexandre.vassalotti
2010-09-07 15:12:42pitrousetmessageid: <1283872362.08.0.210599904856.issue9410@psf.upfronthosting.co.za>
2010-09-07 15:12:40pitroulinkissue9410 messages
2010-09-07 15:12:39pitroucreate