Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to new lower-overhead spell checking protocol #68426

Merged
merged 14 commits into from
Jun 7, 2023

Conversation

CyrusNajmabadi
Copy link
Member

@CyrusNajmabadi CyrusNajmabadi commented Jun 2, 2023

https://devdiv.visualstudio.com/DevDiv/_queries/edit/1805654

Previous protocol was extremely inefficient in how it encoded data, leading to messages sometimes being many MB large. New one is much more efficient (for json), will be extremely efficient for message-pack, and ensures no allocations that would hit the large object heap.

@CyrusNajmabadi CyrusNajmabadi requested review from a team as code owners June 2, 2023 19:04
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 2, 2023
@CyrusNajmabadi
Copy link
Member Author

Note: we're not merging this until @veler gives the goahead.

@CyrusNajmabadi CyrusNajmabadi merged commit 4e1b952 into dotnet:main Jun 7, 2023
27 checks passed
@ghost ghost added this to the Next milestone Jun 7, 2023
@CyrusNajmabadi CyrusNajmabadi deleted the spellCheckingSmall branch June 7, 2023 23:35
RikkiGibson added a commit that referenced this pull request Jun 13, 2023
…all"

This reverts commit 4e1b952, reversing
changes made to 92d59e5.
@RikkiGibson RikkiGibson modified the milestones: Next, 17.7 P3 Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants