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

ogxd/gxhash

Unsafely fast hashing algorithm 📈 observed · 2026-08-28

github.com/ogxd/gxhash · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

59/100

  • Activity 70
  • Release rhythm 35
  • Longevity 77

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: 1086
  • days_rel: n/a
  • days_push: 182
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1021 stars · 40 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

GxHash is a blazingly fast, robust non-cryptographic hashing algorithm implemented in Rust with zero dependencies. It uses hardware-accelerated AES-NI/SSE2 (or ARM AES/NEON) intrinsics and high ILP design to achieve top-tier throughput while passing all SMHasher quality tests.

Use cases

  • fastest non-cryptographic hash function for rust
  • hash function for hashmap keys with low collisions
  • simd-accelerated hashing using aes-ni intrinsics
  • no-std hash algorithm for embedded rust
  • dos-resistant hasher for rust hashmap and hashset
  • hash algorithm that passes smhasher tests
  • fast hashing of byte streams and large inputs

When to choose

  • you need maximum hashing throughput on x86 with AES-NI or ARM with AES/NEON
  • you want a high-quality non-cryptographic hash for hashmaps, hashsets, or data processing
  • you need a zero-dependency, no-std compatible hasher
  • you want stable hash values within a major version

When to avoid

  • you need a cryptographically secure hash for security purposes (it is explicitly non-cryptographic)
  • your target platform lacks AES and SSE2/NEON intrinsics - there is no fallback and the build will fail
  • you need hashes stable across major versions
  • you need portability to unsupported architectures

Facets

library · maturity active

cryptography developer-tools performance developer-tools rust windows cross-platform non-cryptographic-hash simd aes-ni hashmap no-std ilp smhasher algorithms linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
ogxd/gxhashmain59

For agents

markdown · JSON · MCP: product_card(name="ogxd/gxhash")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem