Crates.io | histogram |
lib.rs | histogram |
version | 0.11.1 |
source | src |
created_at | 2015-07-18 19:52:03.0069 |
updated_at | 2024-10-31 23:35:13.477538 |
description | A collection of histogram data structures |
homepage | https://github.com/pelikan-io/rustcommon |
repository | https://github.com/pelikan-io/rustcommon |
max_upload_size | |
id | 2628 |
size | 57,501 |
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.
See the API Documentation on docs.rs
Create a new issue on GitHub.
A full list of contributors can be found on GitHub.