Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool consists of 32 sync.Pool, representing byte slices of length from 0 to 32 in powers of 2.
func NewByteSlicePool ¶
func NewByteSlicePool() Pool
Click to show internal directories.
Click to hide internal directories.