Message305397
| 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: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 | |