cloudflare-zlib

Safe wrapper for Cloudflare's optimized zlib


Keywords
simd, zlib, compress, gzip
Licenses
MIT/Zlib/Apache-2.0/Zlib

Documentation

Cloudflare fork of Zlib

This is a fork of zlib with performance improvements developed for use at Cloudflare.

This implementation only supports x86-64 with SSE 4.2+ and aarch64 with NEON & CRC. 32-bit CPUs are not supported at all.

The API and ABI are compatible with the original zlib.

This library is also available as a Rust crate.