package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 11, 2021
License: BSD-2-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
bufferpool
Thread-safe reuse of bytes.Buffer objects.
Documentation
¶
Package bufferpool is a wrapper around sync.Pool for bytes.Buffer objects.
Get returns an empty bytes.Buffer with room for at least 256 bytes.
Put returns the given bytes.Buffer to the pool.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.