/concurrent-hash-map

A concurrent hash map implementation in C++

Primary LanguageC++MIT LicenseMIT

Concurrent Hash Map

A concurrent hash map implementation in C++.

Compile

$ cd tests
$ g++ -I ../include/ -std=c++14 -pthread test_map.cpp

Run

$ ./a.out