Skip to content

Commit f312c0c

Browse files
committed
Adding ref to other libraries
1 parent e5736d4 commit f312c0c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ This requires OpenMP support however.
8282
This was tested with GNU G++ and clang++ After suitable adjustments, it should
8383
build 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

0 commit comments

Comments
 (0)