rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
862 stars 159 forks source link

rapidgzip #386

Closed jianshu93 closed 7 months ago

jianshu93 commented 7 months ago

Hello team,

Some recent parallel decompression available: https://github.com/mxmlnkn/rapidgzip/tree/master .

Not sure it is relevant or not since all those bindings themselves are not related to parallel implementation or not.

Thanks,

Jianshu