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 neologix, pitrou, rhettinger, tim.peters, vstinner
Date 2014-04-27.00:11:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398557484.56.0.453604083699.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like a memory allocator with a given alignment would help numpy, for SIMD instructions:
https://mail.python.org/pipermail/python-dev/2014-April/134092.html
(but "Numpy does not currently use aligned allocation, and it's not clear how important it is")

See also this old discussion on python-dev:
https://mail.python.org/pipermail/python-dev/2010-September/103911.html

Related to this website:
http://mallocv2.wordpress.com/
History
Date User Action Args
2014-04-27 00:11:24vstinnersetrecipients: + vstinner, tim.peters, rhettinger, pitrou, neologix
2014-04-27 00:11:24vstinnersetmessageid: <1398557484.56.0.453604083699.issue18835@psf.upfronthosting.co.za>
2014-04-27 00:11:24vstinnerlinkissue18835 messages
2014-04-27 00:11:24vstinnercreate