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 benjamin.peterson, neologix, njs, pitrou, rhettinger, skrah, tim.peters, trent, vstinner, wscullin, xdegaye
Date 2017-11-01.21:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509571260.76.0.213398074469.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it may be better not to add it.

To summarize the problems again:
--------------------------------

  - C11 aligned_alloc() / free() would be more comfortable but isn't
    available on MSVC.

  - posix_memalign() performance isn't that great.

  - hand-rolled aligned_calloc() is the fastest.


The feature could still be useful for fixing #31912 and #27987,
*if* someone has an idea how to integrate the aligned version.
History
Date User Action Args
2017-11-01 21:21:00skrahsetrecipients: + skrah, tim.peters, rhettinger, pitrou, vstinner, benjamin.peterson, trent, njs, neologix, xdegaye, wscullin
2017-11-01 21:21:00skrahsetmessageid: <1509571260.76.0.213398074469.issue18835@psf.upfronthosting.co.za>
2017-11-01 21:21:00skrahlinkissue18835 messages
2017-11-01 21:21:00skrahcreate