Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Batched-Worker-Pool

Non blocking multi threaded batched worker pools in node.js 🔥 Using node.js worker_threads module

batchedWorkerPool = [
  [ Worker, Worker, Worker, Worker]
  [ Worker, Worker, Worker, Worker]
  [ Worker, Worker, Worker, Worker]
]

Each Batch of workers is identical Each Worker of a Batch can get individually seeded with parameters, functions, etc. This is more RAM-heavy but can help deliver seperatable, CPU heavy tasks quicker

Influenced by https://github.com/addaleax/workers-sudoku

About

Non blocking multi threaded batched worker pools in node.js 🔥

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.