const BALANCE_THRESHOLD: usize = 3;
Start balancing the tree when there are N times more items on one side. Must be at least 3.