A fast and ergonomic concurrent hashmap for read-heavy workloads.
-
Updated
Mar 29, 2026 - Rust
A fast and ergonomic concurrent hashmap for read-heavy workloads.
Rust Hash Cracker
Minimalistic Rust toolkit for hash function quality analysis. Tests avalanche effect, differential patterns, and statistical distribution across variable-length n-grams.
A Rust hash table using 8-way hopscotch hashing with constant-time worst-case lookups, and SIMD acceleration
A structure for mapping multiple hash sets together
Extensions for the rust Standard library and Tokio.
Blazing fast concurrent HashMap for Rust.
Association list offering fast lookups while preserving insertion order
Implementation of hash table with Rust. Using open addressing for handling collision and djb2 as the hash function.
Learning Hash Table by building it in Rust.
A rust version of https://github.com/jamesroutley/write-a-hash-table
Add a description, image, and links to the hashtable topic page so that developers can more easily learn about it.
To associate your repository with the hashtable topic, visit your repo's landing page and select "manage topics."