Categorygithub.com/ungerik/go-pool
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

# Variables

No description provided by the author
No description provided by the author

# 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.