Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BytePool ¶
type BytePool struct {
// contains filtered or unexported fields
}
func NewBytePool ¶
type BytesPool ¶
type BytesPool struct {
// contains filtered or unexported fields
}
func NewBytesPool ¶
type StringsPool ¶
type StringsPool struct {
// contains filtered or unexported fields
}
func NewStringsPool ¶
func NewStringsPool(size int) *StringsPool
func (*StringsPool) Cap ¶
func (p *StringsPool) Cap() int
func (*StringsPool) Get ¶
func (p *StringsPool) Get() *strings.Builder
func (*StringsPool) Put ¶
func (p *StringsPool) Put(b *strings.Builder)
func (*StringsPool) Stats ¶
func (p *StringsPool) Stats() Stats
Click to show internal directories.
Click to hide internal directories.