|
|
|
|
|
by beyang
938 days ago
|
|
Zoekt was heavily inspired by Google's internal code search, as mentioned in the blog post. The original version of the internal code search is described in the rsc post. Zoekt keeps some of the foundational ideas (e.g., trigram index), but was a from-scratch implementation. We probably should link to the rsc post for completeness, will update. |
|
so, in terms of algorithms, Zoekt wasn't actually inspired by Google's internal code search.
The precise query syntax of zoekt is mostly copied from google's internal syntax, though.