Get the latest tech news
GxHash is a fast and robust non-cryptographic hashing algorithm
The fastest hashing algorithm 📈. Contribute to ogxd/gxhash development by creating an account on GitHub.
Thanks to this, GxHash passes all SMHasher tests, which is the de facto quality benchmark for non-cryptographic hash functions, gathering most of the existing algorithms. ℹ️ cargo-asm is an easy way to view the actual generated assembly code ( cargo asm gxhash::gxhash::gxhash64) (method#[inline] should be removed otherwise it won't be seen by the tool) ℹ️ AMD μProf gives some useful insights on time spent per instruction. To counter this trend and to uphold the true spirit of research, I have chosen to share my work on "gxhash" directly on GitHub, ensuring that it's openly accessible to anyone interested.
Or read this on Hacker News