Skip to content

A simple app that demonstrates usage of Worker threads in Node.js

Notifications You must be signed in to change notification settings

josesei/node-worker-factorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic factorial with Node.js Worker thread

A simple app that demonstrates usage of Worker threads in Node.js.
App calculates factorial for given number using Worker threads (spawned accodring to number of user CPUs) and using simple array reduce method.
The timings for results are then presented for comparison.

About

A simple app that demonstrates usage of Worker threads in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%