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 dsvensson
Recipients amaury.forgeotdarc, daniel.urban, docs@python, dsvensson, loewis, neologix, pitrou, vstinner
Date 2011-08-18.14:42:35
SpamBayes Score 0.0076365108
Marked as misclassified No
Message-id <1313678555.84.0.166217975022.issue12775@psf.upfronthosting.co.za>
In-reply-to
Content
The bug note contains a test script. You just have to generate a huge JSON-blob, or allocate 1 GB or so and pickle it down to file and replace the cjson.decode to pickle.loads, pickle is about 20 times faster without GC.
History
Date User Action Args
2011-08-18 14:42:35dsvenssonsetrecipients: + dsvensson, loewis, amaury.forgeotdarc, pitrou, vstinner, daniel.urban, neologix, docs@python
2011-08-18 14:42:35dsvenssonsetmessageid: <1313678555.84.0.166217975022.issue12775@psf.upfronthosting.co.za>
2011-08-18 14:42:35dsvenssonlinkissue12775 messages
2011-08-18 14:42:35dsvenssoncreate