all-repos icon indicating copy to clipboard operation
all-repos copied to clipboard

Improve querying speed with concurrency

Open asottile opened this issue 7 years ago • 0 comments

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.

asottile avatar Oct 19 '17 18:10 asottile