Skip to content

search: optimize zoekt backed select:repo

Warren Gifford requested to merge backend-integration/ts/optimize-select-repo into main

Created by: tsenart

This commit makes Zoekt's handling of select:repo use a normal streaming search rather than listing. This should make it a streaming search in effect, massively improving time to first result while removing the need for a list operation which has a bad impact on frontend memory usage.

Also updates Zoekt with:

Fixes #22649 (closed) Part of #28799 (closed)

Merge request reports

Loading