Message276412
| Author | serhiy.storchaka |
|---|---|
| Recipients | benjamin.peterson, christian.heimes, doko, ned.deily, serhiy.storchaka, skrah, vstinner, ztane |
| Date | 2016-09-14.10:16:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473848177.94.0.229186454791.issue28055@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I support Stefan. Just requiring 8-byte align is the easiest solution, but it doesn't work with memoryview without expensive memory allocation and copying. Look at the FNV code. It supports non-4-byte aligned data, and does it in a safe and efficient way. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-14 10:16:17 | serhiy.storchaka | set | recipients: + serhiy.storchaka, doko, vstinner, christian.heimes, benjamin.peterson, ned.deily, skrah, ztane |
| 2016-09-14 10:16:17 | serhiy.storchaka | set | messageid: <1473848177.94.0.229186454791.issue28055@psf.upfronthosting.co.za> |
| 2016-09-14 10:16:17 | serhiy.storchaka | link | issue28055 messages |
| 2016-09-14 10:16:17 | serhiy.storchaka | create | |