Antoine Pitrou <pit...@free.fr> added the comment: 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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9410> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com