5 skills found
robclu / LeapfrogLock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
microsoft / L4L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.
mulle-concurrent / Mulle Concurrent📶 A lock- and wait-free hashtable (and an array too)
seflerZ / Lf Tablea lock-free hashtable implemented in C
stivalaa / ParalleldpLock-free parallel dynamic programming