/hdrhist-rust

Minimal hdr histogram implementation in rust

Primary LanguageRustMIT LicenseMIT

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.