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
Is your feature request related to a problem? Please describe.
Provide incremental parsing support to the language server. Currently the lang-server does full parse for every edit. While the parsing is very fast, a lot of garbage is produced in the process. At this point it seems the main bottleneck in the lang-server is garbage collection.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Provide incremental parsing support to the language server. Currently the lang-server does full parse for every edit. While the parsing is very fast, a lot of garbage is produced in the process. At this point it seems the main bottleneck in the lang-server is garbage collection.
The text was updated successfully, but these errors were encountered: