Finally installed ripgrep today - christ this is fucking fast!
@jon_valdes @sheredom the author has some quite cool details on the blog on what makes it fast. https://blog.burntsushi.net/ripgrep/
@jon_valdes @aras I mostly agree, but there are always tradeoffs. Like my JSON lib (https://github.com/sheredom/json.h) isn't as fast as some others, but it has a TON more functionality that requires significant extra branching. Might just be that tradeoff here? (but either way, use ripgrep its amazing).
@sheredom it's quite amazing, isn't it