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 lemburg
Recipients Mark.Shannon, christian.heimes, erlendaasland, gvanrossum, lemburg, methane, rhettinger, serhiy.storchaka, vstinner
Date 2021-10-07.09:49:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633600171.63.0.983576209475.issue29410@roundup.psfhosted.org>
In-reply-to
Content
Since the days this was discussed, a lot of new and faster hash algorithms have been developed. It may be worthwhile looking at those instead.

E.g. xxHash is a lot more performant than siphash: https://github.com/Cyan4973/xxHash (the link also has a comparison of hash algorithms)
History
Date User Action Args
2021-10-07 09:49:31lemburgsetrecipients: + lemburg, gvanrossum, rhettinger, vstinner, christian.heimes, methane, Mark.Shannon, serhiy.storchaka, erlendaasland
2021-10-07 09:49:31lemburgsetmessageid: <1633600171.63.0.983576209475.issue29410@roundup.psfhosted.org>
2021-10-07 09:49:31lemburglinkissue29410 messages
2021-10-07 09:49:31lemburgcreate