Comment by kibwen Comment by kibwen 6 hours ago 1 reply Copy Link View on Hacker News Is this faster than `git grep`?
Copy Link oever 5 hours ago Collapse Comment - 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. Reply View | 0 replies
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.