FastPFor

Integer compressor

A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers.

The FastPFOR C++ library: Fast integer compression

GitHub

887 stars
44 watching
124 forks
Language: C++
last commit: about 2 months ago
Linked from 1 awesome list

compression-schemessimd-compressionsorted-lists

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
lemire/javafastpfor A Java library for compressing arrays of integers efficiently 539
lemire/simdcomp A library for fast integer compression using SIMD instructions 490
lemire/simdcompressionandintersection A C++ library that enables fast compression and intersection of sorted lists using SIMD instructions. 427
powturbo/turbopfor-integer-compression A C library providing a set of efficient algorithms for compressing and decompressing integers. 776
lemire/streamvbyte Fast integer compression in C using the StreamVByte codec 379
lemire/dictionary An optimized C++ implementation of dictionary coding using SIMD instructions for efficient compression and decompression of large datasets 104
gildor2/fast_zlib An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files 132
jermp/interpolative_coding A C++ library implementing the Binary Interpolative Coding compression algorithm 28
raveler/ffmpeg-cpp A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. 565
ronanh/intcomp A high-performance integer compression library with support for various input formats and encoding schemes. 87
emmanuel-marty/zultra A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. 27
lzfse/lzfse A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding 1,774
mirage/decompress A library implementing several decompression algorithms for various compression formats 115
zopfli-rs/zopfli Reimplements a lossless compression algorithm in Rust 38
forceflow/libmorton A C++ header-only library for efficiently encoding and decoding spatial coordinates using the Morton order 600