BurntSushi / rust-snappy

Snappy compression implemented in Rust (including the Snappy frame format).
BSD 3-Clause "New" or "Revised" License
445 stars 43 forks source link

`write::FrameDecoder` #48

Open Icelk opened 2 years ago

Icelk commented 2 years ago

Hi! What is the status of write::FrameDecoder? I would be very grateful if you implemented it, as it could reduce a large allocation in my code. Thanks for the great pure-rust compression algorithm!

BurntSushi commented 2 years ago

There is no status.

I have no plans to work on this. PRs are welcome.

Icelk commented 2 years ago

I'll work on it.

BurntSushi commented 2 years ago

Thanks.

I noticed you filed another issue too.

Please be aware that I haven't worked on this crate in a long time, and thus lack a lot of context that would be too costly for me to re-acquire. I just don't have the time. So if you can, please do try to include as much context as you can when asking questions or submitting patches.

Icelk commented 2 years ago

I will be sure to add as much context as possible to make the review pain-free.