sig_fig_histogram

Crates.iosig_fig_histogram
lib.rssig_fig_histogram
version0.4.0
sourcesrc
created_at2024-01-13 03:47:16.957244
updated_at2024-09-17 13:15:06.080855
descriptionsig_fig_histogram provides a histogram type that is exponentially distributed and human-friendly.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id1098277
size332,967
Robert Escriva (rescrv)

documentation

README

sig_fig_histogram

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 :-).

Status

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.

Scope

This library provides the bucket functions, an unbounded histogram, and a lock-free histogram.

Warts

None.

Documentation

The latest documentation is always available at docs.rs.

#histogram #instrumentation

Commit count: 1599

cargo fmt