pithy
Compression library
A fast compression and decompression library written in C.
Fast compression / decompression library.
92 stars
6 watching
11 forks
Language: C
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
golang/snappy | A compression library implemented in the Go programming language. | 1,538 |
brianpugh/tamp | A lossless compression library designed for low-memory embedded targets with high data compression ratios. | 30 |
g1mv/density | A fast compression library designed to achieve optimal compression ratios while minimizing processing time. | 1,019 |
mirage/decompress | A library implementing several decompression algorithms for various compression formats | 115 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 936 |
mapbox/gzip-hpp | A C++ library for efficient compression and decompression of binary data | 330 |
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 |
jeffesp/snappy.sharp | An implementation of Google's Snappy compression algorithm in C#. | 144 |
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 |
jermp/interpolative_coding | A C++ library implementing the Binary Interpolative Coding compression algorithm | 28 |
uclouvain/openjpeg | Develops and maintains an open-source JPEG 2000 compression library written in C. | 985 |
quixdb/squash | Provides a single API to access multiple compression libraries. | 409 |
bungle/lua-resty-snappy | A Lua module providing bindings to the Snappy compression algorithm | 19 |