Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 687 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 687 Bytes

concurrent-robin-map

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.

References

[KPM2018] Robert Kelley, Barak A. Pearlmutter, and Phil Maguire. Concurrent Robin Hood Hashing. In 22nd International Conference on Principles of Distributed Systems, 2018.