package
module
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Sep 15, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 17
Opens a new window with list of known importers.
README
¶
histogram
Fast histograms for Go.
See docs.
Documentation
¶
Package histogram provides building blocks for fast histograms.
PutFast puts hf to the pool.
hf cannot be used after this call.
Fast is a fast histogram.
It cannot be used from concurrently running goroutines without
external synchronization.
GetFast returns a histogram from a pool.
NewFast returns new fast histogram.
Quantile returns the quantile value for the given phi.
Quantiles appends quantile values to dst for the given phis.
Reset resets the histogram.
Update updates the f with v.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.