node-worker-factorial icon indicating copy to clipboard operation
node-worker-factorial copied to clipboard

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

Results 1 node-worker-factorial issues
Sort by recently updated
recently updated
newest added

const calculateFactorial = numArray => numArray.reduce((acc, val) => acc * val, 1n); https://github.com/BuildingXwithJS/node-worker-factorial/blob/f4e5e8372f29f18b2445534938954a8d4a8c042b/factorial-worker.js#L6