Skip to content
  • Iustin Pop's avatar
    Split the balancing function in two parts · 5ad86777
    Iustin Pop authored
    Currently in the balancing function we do two thing:
    
    - take the decision where to do a new balancing round or not
    - and actually computing the balancing round
    
    This is not nice, as the two parts are conceptually separate, so this
    patch splits the decision on whether to descend or not to a new
    function.
    5ad86777