Parallel hashmap submodule

v1
Brett 2022-12-26 23:44:02 -05:00
parent 1bbc7959b0
commit c0955f0762
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

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

View File

@ -9,7 +9,8 @@
#include <string>
#include <string_view>
#include <map>
#include <unordered_map>
namespace BLT {
struct CapturePoint {

@ -0,0 +1 @@
Subproject commit c36739b79ff1dd506708de251c43e8c778da2c00