all-repos
all-repos copied to clipboard
Improve querying speed with concurrency
Currently we process grep results serially to produce nice error messages on command failure.
Change that to:
- run the first repository and report errors on that
- run the rest in parallel
This should improve querying speed dramatically. Expose a --jobs
such that it can be turned off.