allowFixedLengthArcs

fun allowFixedLengthArcs(allowFixedLengthArcs: Boolean): FSTCompiler.Builder<T>

Pass false to disable the fixed length arc optimization (binary search or direct addressing) while building the FST; this will make the resulting FST smaller but slower to traverse.

Default = true.