Add "if_contains" to parallel_hash_map so the value does not need to be copied to be read in a thread-safe manner

Add tests for parallel_hash_map thread-safe functions.
This commit is contained in:
Brian McKinnon
2020-05-02 16:47:33 -05:00
parent 13853156fc
commit 0e723143fa
5 changed files with 45 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@
#define THIS_TEST_NAME ParallelNodeHashMap
#include "flat_hash_map_test.cc"
#include "parallel_hash_map_test.cc"