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 vstinner
Recipients David.Edelsohn, christian.heimes, dmalcolm, python-dev, serhiy.storchaka, vstinner, zaytsev
Date 2014-01-07.18:18:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYxtxSQ_rnDie-o-j4inVRy5z2ByCXjPJToAUbETW3a7A@mail.gmail.com>
In-reply-to <1389118084.02.0.999745295132.issue20162@psf.upfronthosting.co.za>
Content
> Only MSVC produces slow code, but Windows works only on platforms where unaligned access is not an issue.

My patch uses Py_MEMCPY() which uses a loop to copy bytes on Visual
Studio for length smaller than 16 bytes (SipHash copies 4 bytes).
History
Date User Action Args
2014-01-07 18:18:24vstinnersetrecipients: + vstinner, christian.heimes, dmalcolm, python-dev, serhiy.storchaka, David.Edelsohn, zaytsev
2014-01-07 18:18:24vstinnerlinkissue20162 messages
2014-01-07 18:18:24vstinnercreate