Constant TRANS_INDEX_THRESHOLD

Source
const TRANS_INDEX_THRESHOLD: usize = 32;
Expand description

The threshold (in number of transitions) at which an index is created for a node’s transitions. This speeds up lookup time at the expense of FST size.