Skip to content

Commit

Permalink
Add CF-specific README
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Apr 11, 2024
1 parent 7aa5103 commit 3beecfa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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](https://lib.rs/crates/cloudflare-zlib).

0 comments on commit 3beecfa

Please sign in to comment.