zlib-ng

High-performance drop-in replacement for zlib compression library

brewmacoslinux
Try with needOr install directly
Source

About

Zlib replacement with optimizations for next generation systems

Commands

zlib-ng

Examples

Compress a file using zlib-ng$ echo 'test data' | gzip > file.gz
Link against zlib-ng in compilation$ gcc -o program program.c -L$(brew --prefix zlib-ng)/lib -lz
Check zlib-ng library installation location$ brew --prefix zlib-ng