Pinned Repositories
CSharpFastPFOR
A C# port of JavaFastPFOR
dictionary
High-performance dictionary coding
FastPFOR
The FastPFOR C++ library: Fast integer compression
JavaFastPFOR
A simple integer compression library in Java
LittleIntPacker
C library to pack and unpack short arrays of integers as fast as possible
MaskedVByte
Fast decoder for VByte-compressed integers
PyFastPFor
Python bindings for the fast integer compression library FastPFor.
simdcomp
A simple C library for compressing lists of integers using binary packing
SIMDCompressionAndIntersection
A C++ library to compress and intersect sorted lists of integers using SIMD instructions
streamvbyte
Fast integer compression in C using the StreamVByte codec
fast-pack: stupidly fast compression's Repositories
fast-pack/FastPFOR
The FastPFOR C++ library: Fast integer compression
fast-pack/JavaFastPFOR
A simple integer compression library in Java
fast-pack/simdcomp
A simple C library for compressing lists of integers using binary packing
fast-pack/SIMDCompressionAndIntersection
A C++ library to compress and intersect sorted lists of integers using SIMD instructions
fast-pack/streamvbyte
Fast integer compression in C using the StreamVByte codec
fast-pack/MaskedVByte
Fast decoder for VByte-compressed integers
fast-pack/dictionary
High-performance dictionary coding
fast-pack/LittleIntPacker
C library to pack and unpack short arrays of integers as fast as possible
fast-pack/PyFastPFor
Python bindings for the fast integer compression library FastPFor.
fast-pack/CSharpFastPFOR
A C# port of JavaFastPFOR
fast-pack/FrameOfReference
C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference
fast-pack/FastPFOR-rs
FastPFOR lib with C++ Rust wrapper and pure Rust implementation