streaming-harness-hdrhist 0.3.0

Minimal hdr histogram (https://hdrhistogram.github.io/HdrHistogram/) implementation in rust
Documentation

Minimal hdr histogram implementation in rust

Crates.io

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.