-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use rapidhash #57509
base: master
Are you sure you want to change the base?
use rapidhash #57509
Conversation
yes
yes I'm curious to see how the benchmarks look. It would be very cool if this was faster. |
xref #52440 |
|
should be in a more reviewable state now. I applied review comments so I (think) the note that I took some liberty with the @nanosoldier |
why didn't that trigger a benchmark run? |
closes #57235
todos:
0
-->0xbdd89aa982704029
String
hash)rapidhash
and also to reference implementationsh + seed
toh ⊻ seed
only because I don't really get why+
was used in the first placehash(x) - 3h
instead behash(x, h)
?