We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa5103 commit 3beecfaCopy full SHA for 3beecfa
README.md
@@ -0,0 +1,9 @@
1
+# Cloudflare fork of Zlib
2
+
3
+This is a fork of zlib with performance improvements developed for use at Cloudflare.
4
5
+This implementation only supports x86-64 with SSE 4.2+ and aarch64 with NEON & CRC. 32-bit CPUs are not supported at all.
6
7
+The API and ABI are compatible with the original zlib.
8
9
+This library is also available as a [Rust crate](https://lib.rs/crates/cloudflare-zlib).
0 commit comments