//
pkg.gl
Category
github.com/go-corelibs/x-text
internal
triegen
package
0.14.2
Repository:
https://github.com/go-corelibs/x-text.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
652 SLOC
#
Functions
Compact
Compact configures the trie generator to use the given Compacter.
Gen
Gen writes Go code for a shared trie lookup structure to w for the given Tries.
NewTrie
NewTrie returns a new trie root.
#
Structs
Trie
A Trie represents a single root node of a trie.
#
Interfaces
Compacter
A Compacter generates an alternative, more space-efficient way to store a trie value block.
#
Type aliases
Option
An Option can be passed to Gen.