LorenzoMartini / hdrhist-rust

Minimal hdr histogram implementation in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Minimal hdr histogram implementation in rust

License:MIT License


Languages

Language:Rust 100.0%