Skip to main content

Module zerotrie

Module zerotrie 

Source
Expand description

Data stored as as ZeroTrieSimpleAscii

Re-exportsยง

pub use crate::DynamicDataMarker;

Structsยง

Data
Regular baked data: a trie for lookups and a slice of values
DataForVarULEs
Optimized data stored as a single VarZeroSlice to reduce token count
DataRef
Regular baked data: a trie for lookups and a slice of values
EarlyExitCursor ๐Ÿ”’
Optimization to stop writing to a ZeroTrie cursor when the ZeroTrie is empty. See #8375
ZeroTrieSimpleAscii
A data structure that compactly maps from ASCII strings to integers.

Constantsยง

ID_SEPARATOR
This is a valid separator as DataLocale will never produce it.

Functionsยง

get_index ๐Ÿ”’
iter ๐Ÿ”’