This repo demonstrates the effect of running CPU intensive tasks on the main Node thread, versus using a worker thread.
npm i
mocha run
This repo demonstrates the effect of running CPU intensive tasks on the main Node thread, versus using a worker thread.
npm i
mocha run