Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interner ¶
type Interner struct {
// contains filtered or unexported fields
}
func (*Interner) Intern ¶
Intern returns the canonical immutable string equal to s. Fast path: read under RLock; on miss, double-check under Lock.
func (*Interner) InternBytes ¶
InternBytes returns the canonical string equal to b. Lookup is zero-alloc (unsafe view); insertion performs exactly one copy to detach from the caller's buffer.
Click to show internal directories.
Click to hide internal directories.