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 jdemeyer
Recipients eric.smith, jdemeyer, mark.dickinson, rhettinger, sir-sigurd, tim.peters
Date 2018-10-07.18:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538935541.06.0.545547206417.issue34751@psf.upfronthosting.co.za>
In-reply-to
Content
I updated PR 9471 with a tuple hash function based on xxHash. The only change w.r.t. the official xxHash specification is that I'm not using parallellism and just using 1 accumulator. Please have a look.
History
Date User Action Args
2018-10-07 18:05:41jdemeyersetrecipients: + jdemeyer, tim.peters, rhettinger, mark.dickinson, eric.smith, sir-sigurd
2018-10-07 18:05:41jdemeyersetmessageid: <1538935541.06.0.545547206417.issue34751@psf.upfronthosting.co.za>
2018-10-07 18:05:41jdemeyerlinkissue34751 messages
2018-10-07 18:05:40jdemeyercreate