Skip to content

rajendrauppal/concurrent-hash-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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