5 ms·
How does this compare with ugrep? I know that does many of these things while sticking with C++.
by wdkrnls 2y ago
How does this compare with ugrep? I know that does many of these things while sticking with C++.
- pdpi 2y agoUgrep 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.