Cache the worker pool globally for multiple build calls
Offen
backlog
proposal
saus build
- Vorherrschende Sprache
- TypeScript
- Sterne
- 38
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, each `build` call manages its own worker pool, but that means multiple builds will incur the same startup penalty when they *could* be reusing workers from previous builds.
The proposed feature would introduce a `terminateWorkerPool` exported function that you would only call when you're done calling `build` for the rest of your program.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.