Y
Hacker News
new
|
ask
|
show
|
jobs
by
foobarbaz33
245 days ago
You could have an lsp server of infinite speed, but that wouldn't help one bit if the bottleneck is how the client deals with the messaging.
The specific techniques used to send, receive, and parse JSON could matter.
1 comments
hdjrudni
244 days ago
Could, ya, but I'd be pretty impressed and sad if Rust didn't have really good JSON parsers/serializers by now.
link
steveklabnik
244 days ago
It’s had them for a
very
long time, pre-1.0.
link
adastra22
244 days ago
What do you mean? It has exceptionally good crates for that, and has for more than a decade. Is there something you feel is missing?
link
socksy
244 days ago
Well exactly, I'm pretty sure that's what the GP is getting at — it would be a surprise if Rust
didn't
have good JSON support. Which it does. So it's unlikely to be the bottleneck.
link