The Intel(R) Intelligent Storage Acceleration Library (ISA-L) implements several key algorithms in assembly language. This includes a variety of functions to provide zlib/gzip-compatible compression.
This repository contains a Rust implementation of the zlib file format that is compatible with the zlib API. zlib-rs can be built as a shared object file for usage by C programs that dynamically link ...