Let the "fast" merge strategy be the default

This commit is contained in:
Kresten Krab Thorup 2012-05-06 11:46:20 +02:00
parent 9bbc6194d9
commit 2c195da15e

View file

@ -629,7 +629,7 @@ do_step(StepFrom, PreviousWork, State) ->
TotalWork = (MaxLevel-?TOP_LEVEL+1) * WorkUnit,
WorkUnitsLeft = max(0, TotalWork-PreviousWork),
case hanoi:get_opt( merge_strategy, State#state.opts, predictable) of
case hanoi:get_opt( merge_strategy, State#state.opts, fast) of
fast ->
WorkToDoHere = min(WorkLeftHere, WorkUnitsLeft);
predictable ->