gzp icon indicating copy to clipboard operation
gzp copied to clipboard

Support `zune-inflate`, the 100% safe Rust port of `libdeflate`

Open Shnatsel opened this issue 2 years ago • 1 comments

zune-inflate is a port of libdeflate to safe Rust. It's not as fast as libdeflate yet, but it already beats miniz_oxide and even zlib-ng.

It has been extensively tested and fuzzed, including roundtrip fuzzing with both miniz_oxide and zlib_ng to ensure correctness.

It would be nice to use it in place of libdeflate in the pure-Rust configuration.

Shnatsel avatar Feb 03 '23 17:02 Shnatsel

That is AWESOME! Yes, I'd love to get this in. I don't have a timeline but that's a perfect fit here.

sstadick avatar Feb 03 '23 17:02 sstadick