You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
As far as I can see, there's no documentation on how the thing actually works.
The source code is rather complex. Are there any Google-internal docs? If so,
is there any chance of releasing them? Implementations in different languages
would be so much easier to write...
Original issue reported on code.google.com by [email protected] on 26 Jan 2015 at 1:14
The text was updated successfully, but these errors were encountered:
Well, it's a tiny improvement over CityHash. Other than that it's an ordinary 3 step hash, as all the others also, with some shuffling and a murmur-like sbox in the middle. It adds faster native crc32 intrinsics and is much better than murmur. A pure C version is here: https://github.com/uxcn/farmhash-c
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Original issue reported on code.google.com by
[email protected]
on 26 Jan 2015 at 1:14The text was updated successfully, but these errors were encountered: