-
Notifications
You must be signed in to change notification settings - Fork 180
Closed as not planned
Description
Zopfli, Google's implementation of a slow high-compression-ratio Deflate encoder, has a Rust port. (The interface is to call https://docs.rs/zopfli/latest/zopfli/fn.compress.html# with https://docs.rs/zopfli/latest/zopfli/enum.Format.html#variant.Deflate. The guts of the implementation are at https://docs.rs/zopfli/latest/src/zopfli/deflate.rs.html.)
It would be nice if we could enable Zopfli as another implementation option in flate2
. I'd compile it by default in https://crates.io/crates/zip_next, but only use it when the specified Compression Level was 10 or more, unless it was the only enabled Deflate implementation.
EricFecteau and viluon
Metadata
Metadata
Assignees
Labels
No labels