histogram

Crates.iohistogram
lib.rshistogram
version0.11.0
sourcesrc
created_at2015-07-18 19:52:03.0069
updated_at2024-06-12 02:12:09.362374
descriptionA collection of histogram data structures
homepagehttps://github.com/pelikan-io/rustcommon
repositoryhttps://github.com/pelikan-io/rustcommon
max_upload_size
id2628
size57,215
Pelikan Publishers (github:pelikan-io:pelikan-publishers)

documentation

README

histogram

A collection of histogram data structures which enable counting of occurrences of values and reporting on the distribution of observations.

The implementations in this crate store counts for quantized value ranges using a fast indexing algorithm that maps values into either a linear range or a logarithmic range with linear subdivisions. This is similar to HDRHistogram but the indexing algorithm is modified to make increments faster.

There are several implementations which target difference use-cases. See the documentation for details.

Documentation

See the API Documentation on docs.rs

Support

Create a new issue on GitHub.

Authors

A full list of contributors can be found on GitHub.

Commit count: 219

cargo fmt