gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Worker threads #35

Open gulachek opened 6 months ago

gulachek commented 6 months ago

Some tasks that are javascript based (like webpack, nunjucks, etc) run in the javascript process in the main thread. This slows down rendering and doesnt scale well even when tasks are parallel. Workers can offer a decent solution for this. Do some investigation to see if there's a slick api that could be designed to make putting tasks in workers more trivial