gzip-hpp
Compression library
A C++ library for efficient compression and decompression of binary data
Gzip header-only C++ library
325 stars
111 watching
66 forks
Language: C++
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
andy-thomason/andyzip | 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. | 25 |
golang/snappy | A compression library implemented in the Go programming language. | 1,528 |
g1mv/density | A fast compression library designed to achieve optimal compression ratios while minimizing processing time. | 1,017 |
kryops/rollup-plugin-gzip | A plugin that compresses Rollup bundles with Gzip or Brotli | 56 |
guzba/zippy | A Nim implementation of compression algorithms and formats | 257 |
johnezang/pithy | A fast compression and decompression library written in C. | 92 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
helgeho/hadoopconcatgz | Provides a custom input format for handling concatenated GZIP files in distributed processing systems like Hadoop | 9 |
nicklockwood/gzip | A category on NSData for compressing and decompressing data using the GZIP algorithm | 985 |
emmanuel-marty/em_inflate | A fast, in-memory decompression library for common compression formats | 73 |
mapbox/wagyu | A C++ library providing basic geometric operations like union, intersection, difference, and XOR for computing spatial relationships between geometric shapes. | 166 |
mxmlnkn/rapidgzip | A tool for parallel decompression of gzip files with support for fast random access. | 372 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
rdfhdt/hdt-cpp | A C++ library for compressing and querying RDF data in the HDT format | 117 |