# spaolacci/murmur3

Native MurmurHash3 Go implementation

Repository: https://github.com/spaolacci/murmur3
Canonical: https://ross.abutalabs.com/products/murmur3
Language: Go
License: BSD-3-Clause
License Family: permissive
Last push: 2023-02-23T08:44:28+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4960, "days_push": 1287, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1016, forks 127 (observed 2026-08-28T04:03:14.326472+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: serialization, developer-tools
- domain: developer-tools, databases
- platform: go, cross-platform
- tags: murmurhash3, hashing, non-cryptographic-hash, streaming-hash, algorithms

## Member repositories
- spaolacci/murmur3 (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:14.326472+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:11:21.382631+00:00, confidence not recorded.
  - readme: https://github.com/spaolacci/murmur3 (fetched 2026-08-28T04:03:14.326472+00:00, sha d884db667bd7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
