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
Looking at the runTasks function, there is some room for improvement on systems that have multiple cores. Tasks could be threaded off using something like https://www.npmjs.com/package/piscina.
I'd prefer not to jump to using threads unless absolutely needed. Currently, the eachTasks function uses p-map, and unless there's a super compelling reason to switch, I'd prefer to leave this as is.
Motivation
Looking at the runTasks function, there is some room for improvement on systems that have multiple cores. Tasks could be threaded off using something like https://www.npmjs.com/package/piscina.
checkup/packages/cli/src/task-list.ts
Lines 97 to 113 in a11f17c
The text was updated successfully, but these errors were encountered: