josdejong / josdejong/workerpool
Implement parallel Map & Reduce
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
Hi Team ,
We are using workerpool for executing certain functions for an array of items.
As of current implementation, the full array is passed onto all the workers for processing.
Ideally we would want a map & reduce functionality where the array is distributed among the workers in chunks and the workers upon completion return the worked upon array.
Any direction on helping achieve that would be great. We can open for any contributions to the code if reqd.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.