Hacker News new | ask | show | jobs
by escardin 2292 days ago
There's this https://github.com/google/zoekt. It's pretty light on features, but dang if it isn't fast and precise.
1 comments

thanks!

If you install sourcegraph, you get the same btw. Sourcegraph indexed search is powered by zoekt.

zoekt is absolutely awesome, I was reading it’s code yesterday to figure out how it does ngram indexing and search.