Thanks to visit codestin.com
Credit goes to github.com

Skip to content

whadron/go-murmurhash3

Repository files navigation

MurmurHash3

Native implementation in Go

Implements the x86 32-bit and 128-bit and the x64 128-bit versions of the MurmurHash3 hash algorithm (created by Austin Appleby).

Conforms to Go's interfaces for hash functions.

Reference implementation

All versions pass the original implementations verification test.

About

MurmurHash3 implementation in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages