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 |
#6 in #hdr-histogram
422 downloads per month
3KB
Minimal hdr histogram implementation
Deprecated in favour of hdrhist
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.