A Go implementation of the 64-bit xxHash algorithm (XXH64)
Description
xxhash is a Go implementation of the 64-bit xxHash algorithm, XXH64. This is a
high-quality hashing algorithm that is much faster than anything in the Go
standard library.
This package provides symbolic links that alias the following Go import paths to
github.com/cespare/xxhash:
– github.com/cespare/xxhash/v2
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/cespare/xxhash.