项目作者: asefahmed56

项目描述 :
STL-like implementation of a hash map with concurrent robin hood hashing
高级语言: C++
项目地址: git://github.com/asefahmed56/concurrent-robin-map.git
创建时间: 2020-02-15T05:04:09Z
项目社区:https://github.com/asefahmed56/concurrent-robin-map

开源协议:MIT License

下载


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.