Found 129 repositories(showing 30)
martinus
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
Tessil
C++ implementation of a fast hash map and hash set using robin hood hashing
tidwall
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
Wsm2110
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.
tidwall
A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.
rmind
Robin Hood hash map library
skarupke
A hash table implementation using Robin Hood Linear Probing
tidwall
A hashmap for Go that uses crypto random seeds, hash hints, open addressing, and robin hood hashing.
Simple Robin Hood hash table implemented using C macros
jzebedee
C# dictionary that implements a Robin Hood hash table with backwards shifting deletion
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.
sergak0
Robin hood hash table on C++
EinfachAndy
several hash map implementations
kolmodin
Haskell implementation of Robin Hood Hashing
narendly
An implementation of Robin Hood hashing in Python
benwills
SIMD implementation of a Robin Hood hash table
ultracpp
crbhashmap is a lightweight Robin Hood Hash Map implementation in C language.
artemonad
Embedded Rust key–value database with in-page Robin Hood index, WAL, directory and overflow chains
DaKellyFella
Concurrent Robin Hood Hashing
lithdew
Robin-hood hashing vs. B+Trees in TypeScript.
ZeroBone
Header-only, optimized Hash Map implementation based on Robin Hood hashing.
asefahmed56
STL-like implementation of a hash map with concurrent robin hood hashing
wowczarek
A dynamic hash table implementation in C99 with Robin Hood hashing, Fibonacci index lookup and gradual resize.
matklad
Robin Hood hashing unbenchmark
bqqbarbhg
Robin Hood hash map
ndevilla
Hashmap based on Robin Hood hashing
llnl
Persistent Robin Hood Hash Table
thedavidchu
The Robin Hood hash table.
drweasel
A C++ unordered multmap based on Robin Hood Hashing and Fibonacci Hashing
XAH30
Solving collisions in hash tables using the Robin Hood method. This algorithm is a representative of open addressing hashing