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 skrah
Recipients neologix, njs, pitrou, rhettinger, skrah, tim.peters, trent, vstinner, wscullin
Date 2017-10-23.13:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508765206.98.0.213398074469.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
I need this too. I would like to set this

https://github.com/plures/ndtypes/commit/c260fdbae707da0dfefef499621a0a9f37a3e509#diff-2402fff6223084b74d97237c0d620b29R50

to something line PyMem_AlignedAlloc(), because the Python allocator is faster.


I think many people would welcome this in scientific computing: The Arrow memory format for example recommends 64 bit alignment.
History
Date User Action Args
2017-10-23 13:26:47skrahsetrecipients: + skrah, tim.peters, rhettinger, pitrou, vstinner, trent, njs, neologix, wscullin
2017-10-23 13:26:46skrahsetmessageid: <1508765206.98.0.213398074469.issue18835@psf.upfronthosting.co.za>
2017-10-23 13:26:46skrahlinkissue18835 messages
2017-10-23 13:26:46skrahcreate