sindresorhus/del

Add default concurrency limit

Open

#60 opened on Jun 9, 2017

View on GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (1,305 stars) (71 forks)batch import
enhancementhelp wanted

Description

Currently the concurrency limit is Infinity. I have a gut feeling it would generally be faster with some kind of concurrency limit. Probably a number between 4 and 10. This will need some benchmarking. Help wanted.

Context: https://github.com/sindresorhus/del/commit/66f069f1dedb7d077bc35b9d6c50f278418ff34c#commitcomment-21722984

Contributor guide