A dynamic thread pool and a new worker implementation. Next step is to write some...
authoraardizio <alessandroardizio94@gmail.com>
Sat, 18 Jan 2020 16:04:21 +0000 (17:04 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Sat, 18 Jan 2020 16:04:21 +0000 (17:04 +0100)
commita32e02baa991ae01b5d677e3fd34821965daab1e
treebf63bd87196b76d7706457dea93235cd8a81ceef
parent27006a3d7cb579b1cddd70e32ebaaab1efff9555
A dynamic thread pool and a new worker implementation. Next step is to write some unit tests for fixed thread pool
12 files changed:
fixed.js [deleted file]
index.js [new file with mode: 0644]
lib/dynamic.js [new file with mode: 0644]
lib/fixed.js [new file with mode: 0644]
lib/util.js [new file with mode: 0644]
lib/workers.js [new file with mode: 0644]
normal.js [new file with mode: 0644]
package-lock.json
package.json
proof.js
worker.js [deleted file]
yourWorker.js