fork-pool icon indicating copy to clipboard operation
fork-pool copied to clipboard

A generic child process pool for Node.js.

Results 4 fork-pool issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Sometimes using Threaded degrades performance as processes shares the physical cores and cache for processing. This pull request provides an option to disable threading.

Discussion: https://github.com/thisandagain/fork-pool/issues/5

Hi! I would like to contribute to this project, but the first thing i noticed is that spaces/tabs used and code alignment is very unique. I would like to suggest...