Skip to content

Commit 28825e7

Browse files
authored
links
1 parent 3b3d945 commit 28825e7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,22 @@ There are other relevant references. For example, this code was used in Crane et
4949
Matt Crane, J.Shane Culpepper, Jimmy Lin, Joel Mackenzie and Andrew Trotman, A Comparison of Document-at-a-Time and Score-at-a-Time Query Evaluation, Proceedings of the Tenth ACM International Conference on Web Search and Data Mining (WSDM 2017), 2017.
5050
5151
52+
Other libraries
53+
----------------
54+
55+
* SIMDCompressionAndIntersection: A C++ library to compress and intersect sorted lists of integers using SIMD instructions https://github.com/lemire/SIMDCompressionAndIntersection
56+
* The FastPFOR C++ library : Fast integer compression https://github.com/lemire/FastPFor
57+
* High-performance dictionary coding https://github.com/lemire/dictionary
58+
* LittleIntPacker: C library to pack and unpack short arrays of integers as fast as possible https://github.com/lemire/LittleIntPacker
59+
* The SIMDComp library: A simple C library for compressing lists of integers using binary packing https://github.com/lemire/simdcomp
60+
* StreamVByte: Fast integer compression in C using the StreamVByte codec https://github.com/lemire/streamvbyte
61+
* MaskedVByte: Fast decoder for VByte-compressed integers https://github.com/lemire/MaskedVByte
62+
* CSharpFastPFOR: A C# integer compression library https://github.com/Genbox/CSharpFastPFOR
63+
* JavaFastPFOR: A java integer compression library https://github.com/lemire/JavaFastPFOR
64+
* Encoding: Integer Compression Libraries for Go https://github.com/zhenjl/encoding
65+
* FrameOfReference is a C++ library dedicated to frame-of-reference (FOR) compression: https://github.com/lemire/FrameOfReference
66+
* libvbyte: A fast implementation for varbyte 32bit/64bit integer compression https://github.com/cruppstahl/libvbyte
67+
* TurboPFor is a C library that offers lots of interesting optimizations. Well worth checking! (GPL license) https://github.com/powturbo/TurboPFor
68+
* Oroch is a C++ library that offers a usable API (MIT license) https://github.com/ademakov/Oroch
69+
70+

0 commit comments

Comments
 (0)