robin-hood-hashing
Here are 10 public repositories matching this topic...
Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-performance BlitzMap implementations designed for extreme speed, scalability, and low memory overhead. Ideal for real-time systems, caching engines, and high-density data workloads.
- Updated
Oct 29, 2025 - C#
Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.
- Updated
Jan 18, 2019 - Java
several hash map implementations
- Updated
Jul 23, 2025 - Go
Embedded Rust key–value database with in-page Robin Hood index, WAL, directory and overflow chains
- Updated
Oct 18, 2025 - Rust
STL-like implementation of a hash map with concurrent robin hood hashing
- Updated
Apr 20, 2020 - C++
Hash map data structure with string keys
- Updated
Sep 8, 2024 - C
Python hash map that migrates between two-level chaining and Robin Hood probing based on workload. Live metrics dashboard, reproducible workloads, CSV/JSON benchmarks, safe snapshots and repair.
- Updated
Sep 23, 2025 - Python
Implementation of Double hashing and robin hood hashing
- Updated
Dec 25, 2018 - Java
Improve this page
Add a description, image, and links to therobin-hood-hashing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with therobin-hood-hashing topic, visit your repo's landing page and select "manage topics."