zlib-replacement
There are 6 repositories under zlib-replacement topic.
zlib-ng/zlib-ng
zlib replacement with optimizations for "next generation" systems.
emmanuel-marty/em_inflate
Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
4kills/go-libdeflate
Go wrapper for the libdeflate library, supporting super fast zlib, gzip, and deflate compression, using cgo. Use case: in-memory, whole-buffered data.
emmanuel-marty/zultra
Fast deflate implementation with zopfli-like ratios and a streaming API
Artexety/inflatecpp
A pure C++ implementation of a fast, small, in-memory inflate (zlib, gzip, deflate decompression)
AndrewShpagin/zpp
The c++ interface to operate ZIP files. No libraries required. Just one header and one c file.