Skip to content

Commits on Source 2

  • Benjamin Schubert's avatar
    buildqueue: only update state of direct reverse dependencies · 07ce3f9f
    Benjamin Schubert authored
    Previously, we would update the state of all elements in the pipeline,
    everytime an element in the queue would change state.
    
    This is inefficient. We know that the only impacted elements will
    be the direct build reverse dependencies. We can therefore, by recording
    the direct build reverse dependencies, only update those and reduce
    the time we spend updating states.
    07ce3f9f
  • Benjamin Schubert's avatar
    WIP: notes · c980f8d1
    Benjamin Schubert authored
    c980f8d1
Loading