code-intel-extensions icon indicating copy to clipboard operation
code-intel-extensions copied to clipboard

Use streaming search for faster time-to-first-result

Open chrismwendt opened this issue 4 years ago • 0 comments

There's a nifty API called stream search https://sourcegraph.com/.api/search/stream?q=asdf which gives you first results quicker than via GraphQL. This could speed up some search-based code intel operations.

Open questions:

  • How much of a latency improvement would we get? I'm seeing CodeIntelSearch requests taking ~110ms on Sourcegraph.com, which seems pretty fast already

Originally from Slack.

chrismwendt avatar Oct 26 '21 19:10 chrismwendt