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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-01-31.17:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454262940.96.0.668805369213.issue26251@psf.upfronthosting.co.za>
In-reply-to
Content
Python has a memory allocator optimized for allocations <= 512 bytes: PyObject_Malloc(). It was discussed to replace it by the native "Low-fragmentation Heap" memory allocator on Windows.

I'm not aware of anyone who tried that. I would nice to try, especially to run benchmarks.

See also the issue #26249: "Change PyMem_Malloc to use PyObject_Malloc allocator?".
History
Date User Action Args
2016-01-31 17:55:41vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2016-01-31 17:55:40vstinnersetmessageid: <1454262940.96.0.668805369213.issue26251@psf.upfronthosting.co.za>
2016-01-31 17:55:40vstinnerlinkissue26251 messages
2016-01-31 17:55:40vstinnercreate