An open API service indexing awesome lists of open source software.

https://github.com/imrandil/nodejs_worker_threads_practice

practicing node_js worker_threads to offload the main thread to do cpu intensive tasks, interesting way to use the systems threads.
https://github.com/imrandil/nodejs_worker_threads_practice

backend javascript libuv nodejs worker-threads

Last synced: 4 months ago
JSON representation

practicing node_js worker_threads to offload the main thread to do cpu intensive tasks, interesting way to use the systems threads.

Awesome Lists containing this project

README

        

## Benchmarking the performance

# time curl --get http://localhost:8000/blocking ->

# result below from index.js and worker.js

#

# result below from four_index.js and four-worker.js

#

# The comparison is sheer clear above.