HdrHistogram / HdrHistogram_rust

A port of HdrHistogram to Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure rust compression

marshallpierce opened this issue · comments

flate2 is fast, but it would be nice to have a default pure rust compression library so we wouldn't need to have the serialization feature stuff.

Presumably this would go along with allowing the user to specify which compression option to use, perhaps via generifying on the compressor.

Yep, almost certainly, though flate2 is faster by a fair bit. Just a simple matter of programming. :)