Message305397
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. |
|
Date |
User |
Action |
Args |
2017-11-01 21:21:00 | skrah | set | recipients:
+ skrah, tim.peters, rhettinger, pitrou, vstinner, benjamin.peterson, trent, njs, neologix, xdegaye, wscullin |
2017-11-01 21:21:00 | skrah | set | messageid: <1509571260.76.0.213398074469.issue18835@psf.upfronthosting.co.za> |
2017-11-01 21:21:00 | skrah | link | issue18835 messages |
2017-11-01 21:21:00 | skrah | create | |
|