Categorygithub.com/dave/ghistogram
modulepackage
0.0.0
Repository: https://github.com/dave/ghistogram.git
Documentation: pkg.go.dev

# README

ghistogram

Simple histogram for golang that avoids runtime memory allocations.

GoDoc

# Functions

NewHistogram creates a new, ready to use Histogram.

# Structs

Histogram is a simple int histogram implementation that avoids heap allocations (garbage creation) during its processing of incoming data points.