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 serhiy.storchaka
Recipients kristjan.jonsson, larry, loewis, pitrou, serhiy.storchaka, vajrasky, vstinner
Date 2014-02-13.21:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392327345.98.0.761036824123.issue20416@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which special cases small integers. It decreases v3 and v4 dump time of bench.py by 10% without affecting load time. Of course in real cases the benefit will be much less.
History
Date User Action Args
2014-02-13 21:35:46serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, pitrou, kristjan.jonsson, vstinner, larry, vajrasky
2014-02-13 21:35:45serhiy.storchakasetmessageid: <1392327345.98.0.761036824123.issue20416@psf.upfronthosting.co.za>
2014-02-13 21:35:45serhiy.storchakalinkissue20416 messages
2014-02-13 21:35:45serhiy.storchakacreate