Crates.io | sig_fig_histogram |
lib.rs | sig_fig_histogram |
version | 0.4.0 |
source | src |
created_at | 2024-01-13 03:47:16.957244 |
updated_at | 2024-09-17 13:15:06.080855 |
description | sig_fig_histogram provides a histogram type that is exponentially distributed and human-friendly. |
homepage | |
repository | https://github.com/rescrv/blue |
max_upload_size | |
id | 1098277 |
size | 332,967 |
This library provides an exponentially distributed histogram type. This is desirable for two reasons. First, it provides the advantages of exponential histograms. Second, it provides a human-readable set of buckets that are congruent to displaying on a log10 scale. Humans don't operate on log2. Except maybe SREs :-).
Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.
It is new, however, so the clock will likely reset if problems are discovered.
This library provides the bucket functions, an unbounded histogram, and a lock-free histogram.
None.
The latest documentation is always available at docs.rs.
#histogram #instrumentation