[issue29410] Moving to SipHash-1-3

Marc-Andre Lemburg report at bugs.python.org
Thu Oct 7 05:49:31 EDT 2021


Marc-Andre Lemburg <mal at egenix.com> added the comment:

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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29410>
_______________________________________


More information about the Python-bugs-list mailing list