Y
Hacker News
new
|
ask
|
show
|
jobs
by
wdkrnls
632 days ago
How does this compare with ugrep? I know that does many of these things while sticking with C++.
1 comments
pdpi
632 days ago
Ugrep seems to be a completely new codebase, whereas RGA is a layer on top of ripgrep. Based on the benchmarks on the ripgrep github repo, rg is a bit better than 7x faster than ugrep.
link