-
It's very nice that Adler wrote that answer. He also maintains https://github.com/madler/zlib
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
A faster zlib fork is available in https://github.com/cloudflare/zlib but it's not rebased on top of the latest upstream and is not packaged for debian.
-
If you control the format (e.g. you are compressed data for yourself or you control the software on both ends), you should switch to zstd which is much better (the files are smaller and compression and decompression is faster at the same time, no tradeoff, because of 30 years of advances in technology).
Related posts
-
The Road Ahead for JSZip
-
Chunking Attacks on File Backup Services Using Content-Defined Chunking [pdf]
-
LZAV 4.9 – Fast Data Compression Algorithm Release
-
zlib-ng: zlib replacement with optimizations for "next generation" systems
-
Preserve File Creation and Modification Date When Downloading in a ZIP File