byronknoll / cmixLinks
cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage.
☆653Updated last month
Alternatives and similar repositories for cmix
Users that are interested in cmix are comparing it to the libraries listed below
Sorting:
- Data compression using LSTM in TensorFlow☆104Updated 2 years ago
- ZPAQ's complete code history mirror☆573Updated 2 years ago
- Precomp, C++ version - further compress already compressed files☆436Updated last month
- MCM file compressor☆115Updated 7 years ago
- High performance block-sorting data compression library☆323Updated this week
- Data compression using LSTM☆134Updated 2 years ago
- Compression Benchmark☆354Updated last year
- PAQ8PX compression archiver☆234Updated last year
- Lizard is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/bro…☆678Updated 6 months ago
- New generation entropy codecs : Finite State Entropy and Huff0☆1,409Updated last year
- Long Range Zip☆662Updated 5 months ago
- A Parallelized Data Deduplication and Compression utility☆280Updated 4 years ago
- Hutter Prize Submission 2021a: STARLIT + cmix☆101Updated 2 years ago
- Compression abstraction library and utilities☆412Updated 5 years ago
- Deduplicating archiver with encryption and paranoid-level tests. Swiss army knife for the serious backup and disaster recovery manager. R…☆333Updated this week
- Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++☆712Updated 2 years ago
- The libsais library provides fast linear-time construction of suffix array (SA), generalized suffix array (GSA), longest common prefix (L…☆215Updated last month
- rANS coder (derived from https://github.com/rygorous/ryg_rans)☆84Updated 3 years ago
- A compression program for further compressing JPEG image files☆169Updated 5 years ago
- Practical JPEG Repacker☆743Updated last year
- TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems☆82Updated last year
- Experimental block sorting compressor based on M03 context aware compression algorithm☆30Updated 3 months ago
- Fast and effective C++ file optimizer☆635Updated last year
- lzbench is an in-memory benchmark of open-source compressors☆981Updated this week
- Parallel, indexed xz compressor☆749Updated 4 months ago
- Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard☆206Updated 2 months ago
- Reed-Solomon coder computing one million parity blocks at 1 GB/s. O(N*log(N)) algo employing FFT.