cmuratori/meow_hash
Official version of the Meow hash, an extremely fast level 1 hash observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2875
- days_rel: n/a
- days_push: 1494
- n_releases_24m: 0
Adoption not part of the score
1829 stars · 65 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Meow Hash is an extremely fast non-cryptographic hash function taking a 128-byte seed and producing 128-bit output, implemented in C/C++ using x64 AES-NI instructions. It is classified as level 1, meaning it is unsuitable for MACs or adversarial hash-table scenarios but excellent for non-adversarial bulk hashing.
Use cases
- fast non-cryptographic hashing of large buffers
- hashing data for checksums in non-adversarial settings
- high-performance hashing for content-addressed storage
- benchmarking hash function speed against xxHash and similar
- hashing where AES-NI hardware acceleration is available
When to choose
- you need maximum bulk hashing throughput on x64 CPUs with AES-NI
- your hashing workload is non-adversarial and collision attacks are not a concern
- you want a 128-bit output hash with a large 128-byte seed
When to avoid
- you need a hash for message authentication codes - use SipHash instead
- hash tables may face collision-induced denial-of-service attacks from untrusted input
- you need a platform without x64 AES-NI support or an officially vetted port
Facets
library · maturity maintenance
cryptography security performance developer-tools cpp windows cross-platform non-cryptographic-hash aes-ni hash-function simd algorithms linux
2 sources
- readme: https://github.com/cmuratori/meow_hash · fetched 2026-08-28 · ab0b919355d6
- homepage: https://mollyrocket.com/meowhash · fetched 2026-08-29 · e276238e1b5b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cmuratori/meow_hash | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="cmuratori/meow_hash")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem