miniz
Data compressor
A single C source file implementation of the zlib and Deflate compressed data format specification standards with high performance data compression capabilities.
miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz
2k stars
73 watching
324 forks
Language: C++
last commit: about 1 month ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ariya/fastlz | An algorithm and implementation for lossless data compression using Lempel-Ziv 77 (LZ77) with a focus on speed over compression ratio. | 439 |
zlib-ng/minizip-ng | A C-based zip archive manipulation library with support for various compression and encryption methods. | 1,241 |
richgel999/jpeg-compressor | A C++ library that provides a basic JPEG compression and decompression codec with low memory consumption. | 217 |
antirez/smaz | A compression library designed to efficiently compress short strings of text, such as URLs and short phrases. | 1,172 |
guzba/zippy | A Nim implementation of compression algorithms and formats | 257 |
hobuinc/laz-perf | A library that provides an alternative implementation of the LAZ data format for compression and decompression. | 77 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
froydnj/chipz | A Common Lisp library for decompressing compressed data from various algorithms | 17 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
vasi/pixz | A parallel and indexed compression tool that improves upon the existing XZ format by allowing random access to compressed data. | 711 |
ulikunitz/xz | A Go package for reading and writing xz-compressed files | 483 |
dmazzella/ufastlz | A MicroPython wrapper for a lightning-fast lossless compression library. | 14 |
lzfse/lzfse | A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding | 1,771 |
gildor2/fast_zlib | An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 133 |