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 pitrou
Recipients neologix, njs, pitrou, rhettinger, tim.peters, vstinner
Date 2014-12-05.18:25:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417803935.55.0.132612764987.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
Benchmarks and Intel's recommendation show that aligned allocation is actually important for AVX performance, and NumPy depends on CPython providing the right allocation APIs (for integration with tracemalloc): https://github.com/numpy/numpy/issues/5312

So I think for 3.5 we should start providing the APIs. Whether we use them in Python core is another discussion.

Nathaniel, what APIs would you need exactly? See Victor's proposal in 
msg196834.
History
Date User Action Args
2014-12-05 18:25:35pitrousetrecipients: + pitrou, tim.peters, rhettinger, vstinner, njs, neologix
2014-12-05 18:25:35pitrousetmessageid: <1417803935.55.0.132612764987.issue18835@psf.upfronthosting.co.za>
2014-12-05 18:25:35pitroulinkissue18835 messages
2014-12-05 18:25:35pitroucreate