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 pitrou
Recipients christian.heimes, gregory.p.smith, jcea, mark.dickinson, pitrou, serhiy.storchaka, skrah, tim.peters
Date 2012-11-11.11:41:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352634063.3360.2.camel@localhost.localdomain>
In-reply-to <1352623820.34.0.371115175574.issue16427@psf.upfronthosting.co.za>
Content
> If a fast hash for bytes/memoryview is desirable, I can write a fast
> robust implementation for nonaligned data.  But this will be more
> cumbersome and a bit slower.

Unaligned accesses are not a problem on x86(-64), but they will segfault
(bus error, IIRC) on other architectures such as SPARC, unfortunately.

(blame RISC for being really too "simplified")
History
Date User Action Args
2012-11-11 11:41:43pitrousetrecipients: + pitrou, tim.peters, gregory.p.smith, jcea, mark.dickinson, christian.heimes, skrah, serhiy.storchaka
2012-11-11 11:41:43pitroulinkissue16427 messages
2012-11-11 11:41:43pitroucreate