[issue29410] Moving to SipHash-1-3

Guido van Rossum report at bugs.python.org
Thu Oct 7 13:48:45 EDT 2021


Guido van Rossum <guido at python.org> added the comment:

Victor:
> I expect even more interesting speedup with bytes string longer than 6k bytes. And I'm quite sure that it's common that people manipulates long strings in Python :-)

But do they use them as dict keys? AFAIK strings aren't hashed until hash() is called on them.

----------

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


More information about the Python-bugs-list mailing list