Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trie ¶
type Trie struct {
// contains filtered or unexported fields
}
Trie auto-collapses high-cardinality path segments into wildcards.
func New ¶
New creates a Trie with the given high-cardinality threshold. When a node has more children than threshold, they collapse into "*".
func (*Trie) InsertParts ¶
InsertParts inserts pre-split path parts with a count.
Click to show internal directories.
Click to hide internal directories.