build-governor
dormantprototypeBuild Governor
A lightweight governor that automatically sits between your build system and the compiler to prevent parallel C++ builds from exhausting system memory.
Automatic protection against C++ build memory exhaustion.
Version
0.1.0
License
MIT
Kind
cli
Languages
TypeScript, JavaScript
Lines of code
3,234
Last commit
2026-05-26 (26d ago)
Health signals
Tests: yesREADME: yesLICENSE: yesBuildable: unknown
Patterns proven here
concurrencysignal-processing
The prototype demonstrates techniques for managing concurrency in build systems.
Why it matters
Build Governor provides automatic protection against a common issue in parallel C++ builds, which can otherwise lead to system instability and crashes.
Tags
typescriptjavascriptclimcpwindows-only