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, amaury.forgeotdarc, hagen, pitrou, vstinner
Date 2009-04-06.12:09:01
SpamBayes Score 2.0052478e-07
Marked as misclassified No
Message-id <1239019825.6332.1.camel@fsol>
In-reply-to <1239018821.4.0.30754218118.issue3873@psf.upfronthosting.co.za>
Content
> I don't know why, but python-trunk is *much* slower than py3k (eg. with
> dump: 1000 ms vs 24 ms for py3k, or with load: 1500ms vs 186ms).

Perhaps you tried with the pure Python version (pickle) rather than the
C one (cPickle)?
History
Date User Action Args
2009-04-06 12:09:03pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, alexandre.vassalotti, hagen
2009-04-06 12:09:02pitroulinkissue3873 messages
2009-04-06 12:09:01pitroucreate