Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + var DefaultPool = New(128, 65536) + func Get(n, c int) []byte + func GetCap(c int) []byte + func GetLen(n int) []byte + func Put(p []byte) + type Pool struct + func Custom(opts ...pool.Option) *Pool + func New(min, max int) *Pool + func (p *Pool) Get(n, c int) []byte + func (p *Pool) GetCap(c int) []byte + func (p *Pool) GetLen(n int) []byte + func (p *Pool) Put(bts []byte)