-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
57 lines (57 loc) · 2.12 KB
/
Copy path.gitmodules
File metadata and controls
57 lines (57 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "third_party/cpplint"]
path = third_party/cpplint
url = git@github.com:cpplint/cpplint.git
[submodule "third_party/nlohmann_json"]
path = third_party/nlohmann_json
url = git@github.com:nlohmann/json.git
[submodule "third_party/jemalloc"]
path = third_party/jemalloc
url = git@github.com:jemalloc/jemalloc.git
[submodule "third_party/cpp-btree"]
path = third_party/cpp-btree
url = https://github.com/mrks/cpp-btree
[submodule "third_party/tlx"]
path = third_party/tlx
url = git@github.com:tlx/tlx.git
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = git@github.com:abseil/abseil-cpp.git
[submodule "third_party/bb-tree"]
path = third_party/bb-tree
url = git@github.com:flippingbits/bb-tree.git
[submodule "third_party/masstree-beta"]
path = third_party/masstree-beta
url = git@github.com:jimdb-org/masstree-beta.git
[submodule "third_party/phtree-cpp"]
path = third_party/phtree-cpp
url = git@github.com:improbable-eng/phtree-cpp.git
[submodule "third_party/skip_list"]
path = third_party/skip_list
url = git@github.com:petegoodliffe/skip_list.git
[submodule "third_party/BwTree"]
path = third_party/BwTree
url = git@github.com:mweisgut/BwTree.git
[submodule "third_party/cssl"]
path = third_party/cssl
url = git@github.com:mweisgut/cssl.git
[submodule "third_party/robin-map"]
path = third_party/robin-map
url = git@github.com:Tessil/robin-map.git
[submodule "third_party/sparse-map"]
path = third_party/sparse-map
url = git@github.com:Tessil/sparse-map.git
[submodule "third_party/robin-hood-hashing"]
path = third_party/robin-hood-hashing
url = git@github.com:martinus/robin-hood-hashing.git
[submodule "third_party/adaptive-radix-tree"]
path = third_party/adaptive-radix-tree
url = git@github.com:rafaelkallis/adaptive-radix-tree.git
[submodule "third_party/ARTSynchronized"]
path = third_party/ARTSynchronized
url = git@github.com:mweisgut/ARTSynchronized.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = git@github.com:google/googletest.git
[submodule "third_party/judy-template"]
path = third_party/judy-template
url = git@github.com:mweisgut/judy-template.git