Open atoomic opened 3 years ago
Consider using a faster alternate to git grep for example ripgrep as suggested by @oalders
git grep
ripgrep
view: https://github.com/BurntSushi/ripgrep
at the least, we could use it to replace git grep -l but that would mean ripgrep would be reading 1,600,000 files instead of the git blobs.
git grep -l
Consider using a faster alternate to
git grep
for exampleripgrep
as suggested by @oaldersview: https://github.com/BurntSushi/ripgrep