modulepackage
0.0.0-20140720100922-d102a2c7872a
Repository: https://github.com/ungerik/go-pool.git
Documentation: pkg.go.dev
# README
go-pool
Go sync.Pool applications
# Structs
DeflatePool manages a pool of flate.Writer flate.NewWriter allocates a lot of memory, so if flate.Writer are needed frequently, it's more efficient to use a pool of them.
GzipPool manages a pool of gzip.Writer.