▲ | kibwen 13 hours ago | |
Is this faster than `git grep`? | ||
▲ | oever 11 hours ago | parent [-] | |
No, amazingly (to me) on the repo in question, `git grep` is twice as fast as `ripgrep -w.` or the custom `rgg` function. All are less than 100ms, so fast enough. |