Shnatsel opened a new pull request, #169:
URL: https://github.com/apache/avro-rs/pull/169

   Switch from [libflate](https://crates.io/crates/libflate) to 
[miniz_oxide](https://crates.io/crates/miniz_oxide) as the DEFLATE backend.
   
   miniz_oxide is faster and more widely tested. It is the default backend for 
the de-facto standard [flate2](https://crates.io/crates/flate2) crate, and has 
10x the amount of downloads compared to libflate.
   
   I've taken care to preserve the same public API so that this change would be 
transparent to users.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to