4 releases (2 breaking)
0.4.0 | Feb 19, 2019 |
---|---|
0.3.0 | Feb 8, 2019 |
0.2.1 | Jun 12, 2018 |
0.2.0 | Jun 11, 2018 |
#2 in #favour
36 downloads per month
Used in spsc-bip-buffer
3KB
Minimal hdr histogram implementation in rust
This module is a minimal implementation: it does what we need, but there are
alternative, more complete implementations of hdr histograms already.
It's mostly intended to be used as a dependency for the streaming-harness
crate.
See the hdrhist
example for usage directions.
lib.rs
:
Minimal hdr histogram implementation
Deprecated in favour of hdrhist