Versions in this module Expand all Collapse all v0 v0.2.0 Apr 7, 2026 v0.1.0 Jan 22, 2025 Changes in this version + var BytesBufferPool = NewGeneric(1000, func(sz int) interface{} { ... }) + type Generic struct + func NewGeneric(max int, fn func(sz int) interface{}) *Generic + func (p *Generic) Get(sz int) interface{} + func (p *Generic) Put(c interface{})