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
327 forks
Language: C++
last commit: 3 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| An algorithm and implementation for lossless data compression using Lempel-Ziv 77 (LZ77) with a focus on speed over compression ratio. | 447 |
| A C-based zip archive manipulation library with support for various compression and encryption methods. | 1,249 |
| A C++ library that provides a basic JPEG compression and decompression codec with low memory consumption. | 220 |
| A compression library designed to efficiently compress short strings of text, such as URLs and short phrases. | 1,174 |
| A Nim implementation of compression algorithms and formats | 257 |
| A library that provides an alternative implementation of the LAZ data format for compression and decompression. | 78 |
| A library that provides bindings to various compression formats. | 936 |
| A Common Lisp library for decompressing compressed data from various algorithms | 17 |
| A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
| A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
| A parallel and indexed compression tool that improves upon the existing XZ format by allowing random access to compressed data. | 714 |
| A Go package for reading and writing xz-compressed files | 487 |
| A MicroPython wrapper for a lightning-fast lossless compression library. | 14 |
| A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding | 1,774 |
| An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 132 |