Skip to content
  • Iustin Pop's avatar
    A small optimization in node computation · 256810de
    Iustin Pop authored
    Currently we always compute the available node list for moves (for an
    instances) based on the nodes of the initial table. This works find,
    however is a repeated calculation.
    
    We optimize this by passing a node list (of indexes, not full objects),
    which helps in two ways:
      - faster to filter later
      - allows restriction of target nodes by enforcing only this subset as
        target for moves
    256810de