Parallel hashmap submodule
parent
1bbc7959b0
commit
c0955f0762
|
@ -0,0 +1,3 @@
|
|||
[submodule "libraries/parallel-hashmap"]
|
||||
path = libraries/parallel-hashmap
|
||||
url = https://github.com/greg7mdp/parallel-hashmap.git
|
|
@ -9,7 +9,8 @@
|
|||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <map>
|
||||
#include <unordered_map>
|
||||
|
||||
|
||||
namespace BLT {
|
||||
struct CapturePoint {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c36739b79ff1dd506708de251c43e8c778da2c00
|
Loading…
Reference in New Issue