interpolative_coding
Compression library
A C++ library implementing the Binary Interpolative Coding compression algorithm
A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.
28 stars
3 watching
4 forks
Language: C++
last commit: about 2 years ago codingcompressionheader-onlyinterpolative-codinginverted-index
Related projects:
Repository | Description | Stars |
---|---|---|
| A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 887 |
| A library implementing several decompression algorithms for various compression formats | 115 |
| A C++ implementation of a fast and efficient lossless data compression algorithm with support for multi-threading and modular design. | 140 |
| A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
| A Java library for compressing arrays of integers efficiently | 539 |
| A Clojure library for defining and manipulating interpolators between values of various types to create intermediate values or sequences. | 94 |
| A fast compression and decompression library written in C. | 92 |
| A library for fast integer compression using SIMD instructions | 490 |
| A fast compression library designed to achieve optimal compression ratios while minimizing processing time. | 1,019 |
| A Rust implementation of the Brotli compression algorithm with a no-stdlib focus. | 819 |
| A fast, in-memory decompression library for common compression formats | 73 |
| A C library providing a set of efficient algorithms for compressing and decompressing integers. | 776 |
| An implementation of Google's Snappy compression algorithm in C#. | 144 |
| A C++ library for efficient compression and decompression of binary data | 330 |
| A JPEG encoder and decoder implementation with improved features and optimizations for image compression and decompression. | 139 |