/node-worker-threads

performance difference with and without node worker threads

Primary LanguageJavaScript

NodeJS worker threads

Here are two simple scripts with images showing the performance difference that worker threads provides.

node thread.js

NodeJS with worker threads.

node nothread.js

NodeJS without worker threads.