ICU 64.2
64.2
|
C++ API: Builder API for trie builders. More...
Go to the source code of this file.
Enumerations | |
enum | UStringTrieBuildOption { USTRINGTRIE_BUILD_FAST, USTRINGTRIE_BUILD_SMALL } |
Build options for BytesTrieBuilder and CharsTrieBuilder. More... | |
C++ API: Builder API for trie builders.
Definition in file stringtriebuilder.h.
Build options for BytesTrieBuilder and CharsTrieBuilder.
Enumerator | |
---|---|
USTRINGTRIE_BUILD_FAST | Builds a trie quickly.
|
USTRINGTRIE_BUILD_SMALL | Builds a trie more slowly, attempting to generate a shorter but equivalent serialization. This build option also uses more memory. This option can be effective when many integer values are the same and string/byte sequence suffixes can be shared. Runtime speed is not expected to improve.
|
Definition at line 38 of file stringtriebuilder.h.