//
pkg.gl
Category
github.com/dave/ghistogram
module
package
0.0.0
Repository:
https://github.com/dave/ghistogram.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
51 SLOC
#
README
ghistogram
Simple histogram for golang that avoids runtime memory allocations.
#
Functions
NewHistogram
NewHistogram creates a new, ready to use Histogram.
#
Structs
Histogram
Histogram is a simple int histogram implementation that avoids heap allocations (garbage creation) during its processing of incoming data points.