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