hopscotch-hashing
There are 9 repositories under hopscotch-hashing topic.
dmemsys/CHIME
This is the implementation repository of our SOSP'24 paper: CHIME: A Cache-Efficient and High-Performance Hybrid Index on Disaggregated Memory.
rahul1947/SP07-Comparison-of-Hashing-Implementations
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.
jspark1105/hopscotch
hopscotch concurrent hashing
themisvaltinos/Partitioned-Hash-Join
Multithreaded implementation of the partitioned hash join algorithm for an in-memory columnar database
EinfachAndy/hashmaps
several hash map implementations
edgariscoding/hopscotch-hashing
Hopscotch hashing algorithm using linear probing with max probe sequence.
ostafen/hopmap
Yet another efficient hashmap implementation for Golang based on the hopscotch open addressing scheme.
slow-zhang/hopscotch-hash-api
a simple hopscoth hash table implement
Maier964/C-data-struct
Data Structures implemented in C ( Cerc C Bitdefender 2022 )