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 methane, serhiy.storchaka, vstinner
Date 2016-11-29.17:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480439977.28.0.468206107873.issue28832@psf.upfronthosting.co.za>
In-reply-to
Content
You might experiment Python_Calloc().

I'm not sure that this allocator is well optimized (especially the pymalloc allocator) :-/ Last time I played with it, it was slower, especially for allocations smaller than 1 MB.
History
Date User Action Args
2016-11-29 17:19:37vstinnersetrecipients: + vstinner, methane, serhiy.storchaka
2016-11-29 17:19:37vstinnersetmessageid: <1480439977.28.0.468206107873.issue28832@psf.upfronthosting.co.za>
2016-11-29 17:19:37vstinnerlinkissue28832 messages
2016-11-29 17:19:37vstinnercreate