xxhash3 icon indicating copy to clipboard operation
xxhash3 copied to clipboard

Go implementation of the xxHash's XXH3 using SIMD instructions

xxhash3

CircleCI pkg.go.dev codecov.io releases ga

Go implementation of the xxHash's XXH3 using SIMD instructions.

XXH3

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

testing

Implementations

C original implementation

Go packages