paolobarbolini / bzip2-rs

Pure Rust bzip2 decoder
Apache License 2.0
44 stars 6 forks source link

When will the main branch be released? #14

Open baszalmstra opened 2 years ago

baszalmstra commented 2 years ago

Parallel decoding is significantly faster in my benchmarks which is amazing! I was wondering when you are planning to release this to crates.io?

baszalmstra commented 1 year ago

I would like to use this crate in my software but I rely on the rayon stuff. I won't be able to publish my crate to crates.io if this is not released. Would you maybe be able to release it? That would be very much appreciated!

paolobarbolini commented 1 year ago

Sorry I think I missed the original notification. I'm currently taking a pause from many of my opensource projects and with the current state of the decoder in general, which I'd like to clean-up a bit, I'm not comfortable making a new release.

baszalmstra commented 1 year ago

Ah, I'm sorry to hear that!

Is there anything I can do to help move it forward?

torokati44 commented 8 months ago

gentle ping :no_mouth: I'd also be interested in a new release. Only if you can find the time, of course.