Registry / utility / gxed-hashland-murmur3

gxed-hashland-murmur3

JSON →
library0.0.1gogounverified

Native and fast implementation of Austin Appleby's MurmurHash3 non-cryptographic hash function.

go get github.com/gxed/hashland/murmur3
INSTALL
IMPORT
SIG · GXED-HASHLAND-MURM
G
gxed-hashland-murmur3
utilitygov0.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

murmur3
github.com/gxed/hashland/murmur3

Compute MurmurHash3 128-bit hash of a string

package main import ( "fmt" "github.com/gxed/hashland/murmur3" ) func main() { h := murmur3.New128() h.Write([]byte("hello")) fmt.Println(h.Sum(nil)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
Resources
gxed-hashland-murmur3 — go get gxed-hashland-murmur3 · libregistry