forked from powturbo/TurboPFor-Integer-Compression
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 loc) · 1.04 KB
/
.gitmodules
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
[submodule "ext/libfor"]
path = ext/libfor
url = https://github.com/cruppstahl/libfor.git
[submodule "ext/lz4"]
path = ext/lz4
url = https://github.com/Cyan4973/lz4.git
[submodule "ext/bitshuffle"]
path = ext/bitshuffle
url = https://github.com/kiyo-masui/bitshuffle.git
[submodule "ext/LittleIntPacker"]
path = ext/LittleIntPacker
url = https://github.com/lemire/LittleIntPacker.git
[submodule "ext/streamvbyte"]
path = ext/streamvbyte
url = https://github.com/lemire/streamvbyte.git
[submodule "ext/libvbyte"]
path = ext/libvbyte
url = https://github.com/cruppstahl/libvbyte.git
[submodule "ext/MaskedVByte"]
path = ext/MaskedVByte
url = https://github.com/lemire/MaskedVByte.git
[submodule "ext/simdcomp"]
path = ext/simdcomp
url = https://github.com/lemire/simdcomp.git
[submodule "ext/FastPFor"]
path = ext/FastPFor
url = https://github.com/lemire/FastPFor
[submodule "ext/c-blosc"]
path = ext/c-blosc
url = https://github.com/Blosc/c-blosc.git
[submodule "ext/JASSv2"]
path = ext/JASSv2
url = https://github.com/andrewtrotman/JASSv2