repositorypackage
0.0.0-20210722141835-012dc69a9e49
Repository: https://github.com/datadog/mmh3.git
Documentation: pkg.go.dev
# README
mmh3
mmh3 implements murmurhash3 32 and 128 bit variants in pure Go.
This version of the library also has a x64 little-endian specific Hash128x64
function, which is ~8x faster amd64 machines.