Skip to content

Switch to new lower-overhead spell checking protocol#68426

Merged
CyrusNajmabadi merged 14 commits intodotnet:mainfrom
CyrusNajmabadi:spellCheckingSmall
Jun 7, 2023
Merged

Switch to new lower-overhead spell checking protocol#68426
CyrusNajmabadi merged 14 commits intodotnet:mainfrom
CyrusNajmabadi:spellCheckingSmall

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

@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
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 2, 2023
@CyrusNajmabadi CyrusNajmabadi requested review from dibarbet and veler June 2, 2023 19:04
@CyrusNajmabadi CyrusNajmabadi enabled auto-merge June 2, 2023 20:09
@CyrusNajmabadi CyrusNajmabadi disabled auto-merge June 2, 2023 20:11
@CyrusNajmabadi
Copy link
Copy Markdown
Contributor Author

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

@CyrusNajmabadi CyrusNajmabadi merged commit 4e1b952 into dotnet:main Jun 7, 2023
@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.

4 participants