Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.12 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.12 KB

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