#histogram #exponential #human-readable #distributed #human-friendly #buckets #scale

sig_fig_histogram

sig_fig_histogram provides a histogram type that is exponentially distributed and human-friendly

4 releases (breaking)

0.4.0 Sep 17, 2024
0.3.0 Aug 19, 2024
0.2.0 Jan 15, 2024
0.1.0 Jan 13, 2024

#96 in Visualization

Download history 5/week @ 2024-08-05 128/week @ 2024-08-19 17/week @ 2024-08-26 3/week @ 2024-09-02 229/week @ 2024-09-16 46/week @ 2024-09-23 65/week @ 2024-09-30 91/week @ 2024-10-07 51/week @ 2024-10-14 51/week @ 2024-10-21 88/week @ 2024-10-28 248/week @ 2024-11-04 178/week @ 2024-11-11

572 downloads per month
Used in 31 crates (3 directly)

Apache-2.0

37KB
233 lines

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

No runtime deps