▲ | burntsushi 10 hours ago | |||||||
Look at ag's issue tracker. There are some very critical bugs. You might be impacted by them and not even know it. As for perf, it's not hard to witness a 10x improvement that you'll actually feel. On my checkout of the Linux kernel:
Or even basic queries can have a pretty big difference. In my checkout of the Chromium repository:
Or even more basic. You might search a file that is "too big" for ag:
| ||||||||
▲ | EliMdoza 6 hours ago | parent [-] | |||||||
been using both for many years now, have never ran into issues or even been able to tell any difference in speed, let alone 10x what I notice unfortunatly, is that I often miss search results with rg becuase I forget I need to pass the additional -i flag. this has shaped my perception of rg - extra focus on performance, sub-optimal ux | ||||||||
|