Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InternSafe ¶
func InternSafeBytes ¶
Types ¶
type PooledStringInterner ¶
type PooledStringInterner struct {
// contains filtered or unexported fields
}
Pooled StringInterner For Mutable Scenario
func (*PooledStringInterner) Bytes ¶
func (psi *PooledStringInterner) Bytes(b []byte) string
func (*PooledStringInterner) String ¶
func (psi *PooledStringInterner) String(s string) string
type SingleStringInterner ¶
type SingleStringInterner struct {
// contains filtered or unexported fields
}
Single StringInterner For Inmutable Scenario
Click to show internal directories.
Click to hide internal directories.