Y
Hacker News
new
|
ask
|
show
|
jobs
by
baq
3169 days ago
+1 for rg, it's amazing
1 comments
TorKlingberg
3169 days ago
Has anyone made a good and detailed comparison of all these grep replacements? People keep saying how great they are, but I can never trust them to what I expect the way I trust grep.
link
marcuskaz
3169 days ago
From the creator of ripgrep, so might be biased comparison, but anecdotally ripgrep feels faster to me too
http://blog.burntsushi.net/ripgrep/#methodology
link
bntyhntr
3169 days ago
I work with a huge monorepo and ag/rg are noticeably faster. Might just be the out-of-the-box .ignore support but that's another point in favor.
Our complicated ignore rules make ag miss a directory though (known issue with ag) so rg it is.
link