blob: 38345a870614959088fd0d2e285d46d9112e1034 (
plain)
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 "external/PLEX"]
path = external/PLEX
url = git@github.com:stoianmihail/PLEX.git
[submodule "external/PGM-index"]
path = external/PGM-index
url = https://github.com/gvinciguerra/PGM-index.git
[submodule "external/vptree"]
path = external/vptree
url = https://github.com/pderkowski/vptree.git
[submodule "external/m-tree"]
path = external/m-tree
url = git@github.com:dbrumbaugh/M-Tree
[submodule "external/alex"]
path = external/alex
url = https://github.com/microsoft/ALEX
[submodule "external/psudb-common"]
path = external/psudb-common
url = https://github.com/psu-db/psudb-common
[submodule "external/ctpl"]
path = external/ctpl
url = git@github.com:vit-vit/CTPL.git
[submodule "external/fast-succinct-trie"]
path = external/fast-succinct-trie
url = git@github.com:efficient/fast-succinct-trie.git
|