You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(website): speed up 'yarn build' on multi-core machines
Process multiple files in parallel. This causes esbuild loading+building
(in demo pages) to overlap with quick-lint-js loading (in error docs
pages) on multi-core machines, reducing wall times for 'yarn build'.
On my MacBookPro (M1) machine:
Before: 24.176 seconds
After but no promise-limit: 14.508 seconds
After: 11.903 seconds
0 commit comments