[issue34751] Hash collisions for tuples

Jeroen Demeyer report at bugs.python.org
Thu Oct 4 04:27:20 EDT 2018


Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:

> Taking an algorithm in wide use that's already known to get a top score on SMHasher and fiddling it to make a "slight" improvement in one tiny Python test doesn't make sense to me.

What I'm doing is the most innocent change: just applying a fixed permutation on the *input* of the hash function. I'm not changing the actual hashing algorithm.

----------

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


More information about the Python-bugs-list mailing list