zoekt icon indicating copy to clipboard operation
zoekt copied to clipboard

Fast trigram based code search

Results 54 zoekt issues
Sort by recently updated
recently updated
newest added

TODO this is not working for case insensitive search yet. Co-authored-by: @eseliger

It’s possible for language names displayed in zoekt results to contain whitespace, e.g: “DIGITAL Command Language”, or “DNS Zone File”. Taking “DNS Zone File” as an example, when you click...

Hi! Have you considered embedding jQuery/Bootstrap static files? I say this because for certain environments it's necessary to work without internet access and if these files are invoked from the...

Regex dominates our CPU profiles for webserver. The top 10% profiles are almost exclusively regex. Changing from Go's engine to something faster would have big impact on the critical path....

Webserver creates a new matchTree for every shard it searches. The structure of the matchTree, however, only depends on the query. Some trees, like `substrMatchTree`, call 'iterateNgrams` and thus depend...

Memory is our dominant cost factor for operating Zoekt. When evaluating alternatives to Zoekt in the past, we struggeled to get good numbers for MEM/Megabyte of indexed data. Compound shards...

The shard logs show that some shards are restored just after they have been soft deleted. IE in the logs we see "tombname" followed directly by "untomb". The timestamp show...

It seems that this is now the home of zoekt instead of https://github.com/google/zoekt @keegancsmith do you intend to accept external contributors, and if so what is the process?

Hi, I am not sure whether this is a typo. Could you please help me to review this PR? Thanks for your time in advance! Regards, xxgj

GH issue: https://github.com/sourcegraph/sourcegraph/issues/42011 Use case: If a repository fails indexing attempts repeatedly then we should treat it as if the subsequent indexing attempts will fail. This is a WIP since...