Hacker News new | ask | show | jobs
by xigoi 31 days ago
Why not show the UI immediately and start the language server asynchronously in the background, like Neovim does it?
2 comments

That is possible, but if swapping happens due to memory pressure it can still cause slowdowns in unrelated parts of the same or other processes.
JetBrains IDEs do this.