Documentation
¶
Index ¶
Constants ¶
View Source
const (
EmptyStr = ""
)
Variables ¶
This section is empty.
Functions ¶
func InternTagValue ¶ added in v1.0.0
InternTagValue store value
Types ¶
type SingleStringInterner ¶
type SingleStringInterner struct {
// contains filtered or unexported fields
}
Single StringInterner For Inmutable Scenario
type StringDict ¶ added in v1.4.0
type StringDict struct {
// contains filtered or unexported fields
}
func NewStringDict ¶ added in v1.4.0
func NewStringDict() *StringDict
func (*StringDict) LoadIndex ¶ added in v1.4.0
func (s *StringDict) LoadIndex(key string) uint64
func (*StringDict) LoadValue ¶ added in v1.4.0
func (s *StringDict) LoadValue(key int) string
Click to show internal directories.
Click to hide internal directories.