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
887 stars
44 watching
124 forks
Language: C++
last commit: 3 months ago
Linked from 1 awesome list
compression-schemessimd-compressionsorted-lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A Java library for compressing arrays of integers efficiently | 539 |
| A library for fast integer compression using SIMD instructions | 490 |
| A C++ library that enables fast compression and intersection of sorted lists using SIMD instructions. | 427 |
| A C library providing a set of efficient algorithms for compressing and decompressing integers. | 776 |
| Fast integer compression in C using the StreamVByte codec | 379 |
| An optimized C++ implementation of dictionary coding using SIMD instructions for efficient compression and decompression of large datasets | 104 |
| An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 132 |
| A C++ library implementing the Binary Interpolative Coding compression algorithm | 28 |
| A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |
| A high-performance integer compression library with support for various input formats and encoding schemes. | 87 |
| A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
| A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding | 1,774 |
| A library implementing several decompression algorithms for various compression formats | 115 |
| Reimplements a lossless compression algorithm in Rust | 38 |
| A C++ header-only library for efficiently encoding and decoding spatial coordinates using the Morton order | 600 |