A C++ library implementing a hash map designed with concurrent robin hood hashing, as detailed in
a paper by Kelley, Pearlmutter, and Maguire, while
maintaining as much faithfulness as possible to the std::unordered_map
interface.
[KPM2018] | Robert Kelley, Barak A. Pearlmutter, and Phil Maguire. Concurrent Robin Hood Hashing. In 22nd International Conference on Principles of Distributed Systems, 2018. |