All Projects → BuildingXwithJS → node-worker-factorial

BuildingXwithJS / node-worker-factorial

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

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].