-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 853 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "third_party/rocksdb"]
path = third_party/rocksdb
url = https://github.com/facebook/rocksdb
[submodule "third_party/rapidjson"]
path = third_party/rapidjson
url = https://github.com/tencent/rapidjson
[submodule "third_party/simdjson"]
path = third_party/simdjson
url = https://github.com/simdjson/simdjson
[submodule "third_party/libcds"]
path = third_party/libcds
url = https://github.com/khizmax/libcds
[submodule "third_party/uringpp"]
path = third_party/uringpp
url = https://github.com/howardlau1999/uringpp
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt
[submodule "third_party/mimalloc"]
path = third_party/mimalloc
url = https://github.com/microsoft/mimalloc
[submodule "third_party/f-stack-co"]
path = third_party/f-stack-co
url = https://github.com/howardlau1999/f-stack-co