added submodule phmap

This commit is contained in:
EntireTwix 2021-04-01 21:06:16 -07:00
parent 2c35b3abc8
commit dd09559253
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "parallel-hashmap"]
path = parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap

View file

@ -8,6 +8,7 @@ private:
uint_fast64_t balance;
std::string password;
//for read/write of object's state concurrently
std::mutex bal_lock;
std::mutex pass_lock;

1
parallel-hashmap Submodule

@ -0,0 +1 @@
Subproject commit 50558ca3f71c2a19f839f4fa26ad034470f4f3c6