I have generally been happy with the find in project search speed, but recently my work repo must have grown significantly, because searches are now taking a very long time. It shows that it’s searching 15,429 files, and it’s taking around 5 seconds.
When I do the same search using riprgrep, it takes less than half a second. I’m sure it’s not a fair comparison because it’s not doing the same filtering in both cases, but I’m confident that using ripgrep would be universally faster.
Is there any chance of switching or making this configurable? Thanks!
. I was just hoping that it might be possible to swap out the existing implementation, which would benefit everyone. Maybe ripgrep was a bad suggestion if it’s important to support advanced regex, but there’s definitely something out there that’s faster.