Constant BALANCE_THRESHOLD

Source
const BALANCE_THRESHOLD: usize = 3;
Expand description

Start balancing the tree when there are N times more items on one side. Must be at least 3.