spaolacci/murmur3
Native MurmurHash3 Go implementation observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4960
- days_rel: n/a
- days_push: 1287
- n_releases_24m: 0
Adoption not part of the score
1016 stars · 127 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A native Go implementation of the MurmurHash3 non-cryptographic hash function, supporting both 32-bit and 128-bit variants. It implements Go's standard hash.Hash interface with streaming mode support.
Use cases
- compute murmur3 hashes in Go
- hash data for bloom filters
- generate fast non-cryptographic checksums
- implement consistent hashing or hash tables
- stream large inputs through a hash function
When to choose
- you need MurmurHash3 compatibility in a Go project
- you want a fast, dependency-free non-cryptographic hash
- you need streaming hashing via Go's hash.Hash interface
When to avoid
- you need a cryptographic hash for security purposes
- you are not working in Go
- you need actively developed features beyond the core algorithm
Facets
library · maturity maintenance
serialization developer-tools developer-tools databases go cross-platform murmurhash3 hashing non-cryptographic-hash streaming-hash algorithms
1 source
- readme: https://github.com/spaolacci/murmur3 · fetched 2026-08-28 · d884db667bd7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| spaolacci/murmur3 | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="spaolacci/murmur3")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem