Skip to content

Build

Task graph

Quick answer

A task graph is the directed acyclic graph of build tasks and their dependencies.

A task graph is the directed acyclic graph of build tasks and their dependencies.

Why it matters

Its critical path is the theoretical floor on your build time. Adding cores past the width of the graph buys nothing — you have to change the graph.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.