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 loewis, vstinner
Date 2014-01-28.10:19:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390904371.88.0.663267591517.issue20416@psf.upfronthosting.co.za>
In-reply-to
Content
Performance of Python 3.3.3+:
---
dumps v0: 374.8 ms
data size v0: 45582.9 kB
loads v0: 625.3 ms

dumps v1: 374.6 ms
data size v1: 45582.9 kB
loads v1: 605.1 ms

dumps v2: 152.9 ms
data size v2: 41395.4 kB
loads v2: 556.5 ms
---

So with the patch, the Python 3.4 default version (4) is *faster* (dump 20% faster, load 16% faster) and produces *smaller files* (10% smaller).
History
Date User Action Args
2014-01-28 10:19:31vstinnersetrecipients: + vstinner, loewis
2014-01-28 10:19:31vstinnersetmessageid: <1390904371.88.0.663267591517.issue20416@psf.upfronthosting.co.za>
2014-01-28 10:19:31vstinnerlinkissue20416 messages
2014-01-28 10:19:31vstinnercreate