ogxd/gxhash
Unsafely fast hashing algorithm 📈 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
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
- readme: https://github.com/ogxd/gxhash · fetched 2026-08-28 · 9a099d7ce83b
- homepage: https://docs.rs/gxhash · fetched 2026-08-29 · 50a869eeadcf
- site_page: https://docs.rs/ · fetched 2026-08-29 · f7faae34205b
- site_page: https://docs.rs/crate/gxhash/latest · fetched 2026-08-29 · a0ecb6ad90ea
- site_page: https://docs.rs/crate/gxhash/latest/features · fetched 2026-08-29 · 64335171b1a0
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ogxd/gxhash | main | 59 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem