vigrid
— DEVLOG · POST —
2026 · 02 · 04devlogbuildci

Build times: from 41 minutes to 6

Most of our build time was waiting for the same compiler to do the same work twice. We stopped doing that.

↳ THE NUMBER
41min → 6min · clean build

When I joined, a clean build took 41 minutes. When I left a quarter later it took 6. The intermediate ride was unglamorous: caching, incremental linking, separating editor-only assemblies, killing two custom code generators that had become indistinguishable from production load.

— END OF POST — vigrid.xyz/devlog/build-pipelines/