@execbox/worker@0.2.1
·
13 commits
to main
since this release
Patch Changes
-
bba12f2: Improve pooled executor warmup so
prewarm()runs a real no-op QuickJS session inside each warmed shell before it is returned to the pool. This reduces first-request startup work for warmed worker and process executors.WorkerExecutornow also uses a CPU-aware default pooledmaxSize, capped at4, instead of always defaulting to a single worker shell.