Ross ROSS = Recommend OSS · open-source software intelligence for agents

cmuratori/meow_hash

Official version of the Meow hash, an extremely fast level 1 hash observed · 2026-08-28

github.com/cmuratori/meow_hash · homepage · C++ · Zlib (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
cmuratori/meow_hashmain32

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