Cache the worker pool globally for multiple build calls
Đang mở
backlog
proposal
saus build
- Ngôn ngữ chính
- TypeScript
- Star
- 38
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.