base2histogram 0.1.0

A Rust histogram library using base-2 logarithmic bucketing for fast percentile estimation
Documentation
1
2
3
4
5
6
7
8
9
pub mod histogram;

pub use histogram::DefaultLogScaleConfig;
pub use histogram::Histogram;
pub use histogram::LOG_SCALE;
pub use histogram::LogScale;
pub use histogram::LogScale3;
pub use histogram::LogScaleConfig;
pub use histogram::PercentileStats;