Fast regex search: indexing text for agent tools
1–3 of 3 posts
Re: Fast regex search: indexing text for agent tools
#2Instant Grep 13ms vs 16.8s ripgrep seems very useful
Re: Fast regex search: indexing text for agent tools
#3I don't understand why their "Instant Grep + roundtrip to us-east-1" is so slow. First of all, the round-trip latency should not be nearly so bad to us-east-1. But second, and much more importantly, the LLM runs in the cloud. Shouldn't you just situate the LLM, agent runtime, and regex index in the same region? Wouldn't that be faster than round-tripping to the user's local machine?