chipz
Data decompressor
A Common Lisp library for decompressing compressed data from various algorithms
A Common Lisp library for decompressing deflate, zlib, gzip, and bzip2 data
17 stars
5 watching
7 forks
Language: Common Lisp
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
powzix/ooz | Decompresses compressed data using various algorithms and libraries. | 175 |
froydnj/archive | A Common Lisp library for reading and writing disk-based file archives | 30 |
mirage/decompress | A library implementing several decompression algorithms for various compression formats | 115 |
jsummers/oldunzip | A collection of C libraries for decompressing ZIP files using various compression methods. | 14 |
flanglet/kanzi-cpp | A C++ implementation of a fast and efficient lossless data compression algorithm with support for multi-threading and modular design. | 137 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
emmanuel-marty/em_inflate | A fast, in-memory decompression library for common compression formats | 73 |
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
mxmlnkn/rapidgzip | A tool for parallel decompression of gzip files with support for fast random access. | 372 |
richgel999/miniz | A single C source file implementation of the zlib and Deflate compressed data format specification standards with high performance data compression capabilities. | 2,218 |
nicklockwood/gzip | A category on NSData for compressing and decompressing data using the GZIP algorithm | 985 |
dmazzella/ufastlz | A MicroPython wrapper for a lightning-fast lossless compression library. | 14 |
didactic-drunk/zstd.cr | Bindings to the Zstandard compression library for efficient data compression and decompression in Crystal programming language. | 41 |