▲ | tarix29 3 days ago | |||||||||||||||||||||||||||||||||||||
I imagine it would be quite useful for building a responsive language server, where parsing is a more significant portion of the work | ||||||||||||||||||||||||||||||||||||||
▲ | seanmcdirmid 3 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||
No, the problem for a language server is incremental performance, not batch performance. Although there are a lot of bad implementations out there that just reparse the entire buffer on each edit (without the error recovery benefits an incremental parser would give you). | ||||||||||||||||||||||||||||||||||||||
|