//
pkg.gl
Category
github.com/zzylol/prometheus-sketches
util
zeropool
package
0.0.0-20241031191629-03ae564a171d
Repository:
https://github.com/zzylol/prometheus-sketches.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
4
Files
43 SLOC
#
Functions
New
New creates a new Pool[T] with the given function to create new items.
#
Structs
Pool
Pool is a type-safe pool of items that does not allocate pointers to items.