
Fighting Cancer: The Unexpected Benefit Of Open Sourcing Our Code
7/8/2015
This post details Cloudflare's optimized fork of the zlib compression library, highlighting specific technical improvements such as using uint64_t, an iSCSI CRC32 hash function, a longer match search window, SIMD instructions for window rolling, and the PLCMULQDQ instruction for CRC32 checksums. It also presents comprehensive benchmarks comparing the Cloudflare fork against the original zlib and Intel's optimized version across various datasets, demonstrating significant performance advantages.


