mirror of
https://github.com/neovim/neovim.git
synced 2026-05-27 15:25:33 +00:00
perf(lsp): avoid unnecessary string allocations when parsing content-length
This commit is contained in:
@@ -177,6 +177,8 @@ PERFORMANCE
|
||||
Lua.
|
||||
• The table holding LSP data is now cleared using `table.clear`,
|
||||
thus reducing GC and memory reallocation during each data reset.
|
||||
• When parsing the received Content-Length messages,
|
||||
the RPC client will no longer allocate extra strings.
|
||||
|
||||
PLUGINS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user