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 josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-28.14:09:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398694179.34.0.339588067443.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
> With the latest patch the decimal benchmark with a lot of small
> allocations is consistently 2% slower.

Does your benchmark use bytes(int) or bytearray(int)? If not, I guess that your benchmark is not reliable because only these two functions are changed by calloc-5.patch, except if there is a bug in my patch.
History
Date User Action Args
2014-04-28 14:09:39vstinnersetrecipients: + vstinner, pitrou, njs, skrah, neologix, jtaylor, josh.r
2014-04-28 14:09:39vstinnersetmessageid: <1398694179.34.0.339588067443.issue21233@psf.upfronthosting.co.za>
2014-04-28 14:09:39vstinnerlinkissue21233 messages
2014-04-28 14:09:39vstinnercreate