File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,13 @@ This requires OpenMP support however.
8282This was tested with GNU G++ and clang++ After suitable adjustments, it should
8383build under most C++ compilers.
8484
85+ ## Other relevant libraries
86+
87+ * Fast decoder for VByte-compressed integers https://github.com/lemire/MaskedVByte
88+ * Fast integer compression in C using StreamVByte https://github.com/lemire/streamvbyte
89+ * FastPFOR is a C++ research library well suited to compress unsorted arrays: https://github.com/lemire/FastPFor
90+ * SIMDCompressionAndIntersection is a C++ research library well suited for sorted arrays (differential coding)
91+ and computing intersections: https://github.com/lemire/SIMDCompressionAndIntersection
8592
8693## References
8794
You can’t perform that action at this time.
0 commit comments