gleam icon indicating copy to clipboard operation
gleam copied to clipboard

LSP message receive optimisation

Open lpil opened this issue 3 months ago • 0 comments

With this PR the language server batches changes before compiling rather than compiling once on each update from the client. This reduces the amount of work performed and should help responsiveness on weaker computers where they could struggle to keep up with the demand.

lpil avatar Mar 08 '24 14:03 lpil