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 neologix
Recipients christian.heimes, ncoghlan, neologix, pitrou, python-dev, serhiy.storchaka
Date 2013-10-28.15:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382975995.07.0.163478711906.issue19183@psf.upfronthosting.co.za>
In-reply-to
Content
> Seriously, nobody gives a ... about SPARC and MIPS. :) It's nice that
> Python still works on these CPU architectures. But I neither want to
> deviate from the SipHash24 implementation nor make the code slower on
> all relevant platforms such as X86 and X86_64.

Well, unaligned memory access is usually slower on all architectures :-)
Also, I think some ARM architectures don't support unaligned access, so
it's not really a thing of the past...
History
Date User Action Args
2013-10-28 15:59:55neologixsetrecipients: + neologix, ncoghlan, pitrou, christian.heimes, python-dev, serhiy.storchaka
2013-10-28 15:59:55neologixsetmessageid: <1382975995.07.0.163478711906.issue19183@psf.upfronthosting.co.za>
2013-10-28 15:59:55neologixlinkissue19183 messages
2013-10-28 15:59:54neologixcreate