Skip to content

Commit 3beecfa

Browse files
committed
Add CF-specific README
1 parent 7aa5103 commit 3beecfa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)