andyzip
Compression library
A C++ header-only library providing fast and compact implementations of zip, bzip2, and brotli compression, with plans to add novel compression methods using suffix arrays and LCP.
A fast and compact modern C++ (header only) zip, bzip2 and brotli library
25 stars
4 watching
2 forks
Language: C++
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mapbox/gzip-hpp | A C++ library for efficient compression and decompression of binary data | 325 |
andybalholm/brotli | A pure Go implementation of the Brotli compression algorithm. | 621 |
alexcrichton/bzip2-rs | A Rust library providing bindings to the bzip2 compression library for efficient data encoding and decoding | 99 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
golang/snappy | A compression library implemented in the Go programming language. | 1,528 |
jsummers/oldunzip | A collection of C libraries for decompressing ZIP files using various compression methods. | 14 |
eyalz800/zpp_bits | A lightweight C++20 serialization and RPC library in one header file | 747 |
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
brianpugh/tamp | A lossless compression library designed for low-memory embedded targets with high data compression ratios. | 29 |
rikyoz/bit7z | A C++ static library providing a simple interface to 7-zip shared libraries for compression and extraction of archive files | 650 |
kspalaiologos/bzip3 | A high-performance compression algorithm with improved features over its predecessor BZip2. | 690 |
zlib-ng/minizip-ng | A C-based zip archive manipulation library with support for various compression and encryption methods. | 1,241 |
johnezang/pithy | A fast compression and decompression library written in C. | 92 |
nih-at/libzip | A C library for reading, creating, and modifying zip archives. | 851 |