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
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:
CodeIntelSearchrequests taking ~110ms on Sourcegraph.com, which seems pretty fast alreadyOriginally from Slack.