astral-sh / uv

An extremely fast Python package installer and resolver, written in Rust.
https://astral.sh/
Apache License 2.0
14.62k stars 412 forks source link

Consider `zlib-rs` flate2 backend instead of `zlib-ng` #3310

Open zanieb opened 2 months ago

zanieb commented 2 months ago

See https://github.com/rust-lang/flate2-rs/releases/tag/1.0.29 and #3295

charliermarsh commented 2 months ago

Ohh this would be great. (But low priority.)

hauntsaninja commented 1 month ago

Sounds like zlib-rs is actually 5-10% slower than zlib-ng

charliermarsh commented 1 month ago

I briefly tried and hit some errors, gonna defer for now.