directAddressingMaxOversizingFactor
Overrides the default the maximum oversizing of fixed array allowed to enable direct addressing of arcs instead of binary search.
Setting this factor to a negative value (e.g. -1) effectively disables direct addressing, only binary search nodes will be created.
This factor does not determine whether to encode a node with a list of variable length arcs or with fixed length arcs. It only determines the effective encoding of a node that is already known to be encoded with fixed length arcs.
Default = 1.