Go implementation of the xxHash's XXH3 using SIMD instructions.
XXH3 is based by xxHash (extremely fast non-cryptographic hash algorithm), New generation hash designed for speed on small keys and vectorization algorithm.
See more details: New experimental hash algorithm - github.com/Cyan4973/xxHash
-
Pure Go
-
Go + Go Plan9 Assembly