You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
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
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:
CodeIntelSearch
requests taking ~110ms on Sourcegraph.com, which seems pretty fast alreadyOriginally from Slack.
The text was updated successfully, but these errors were encountered: