8 ms·
It's funny, zed started out really refreshing, and now it's degraded to the point where it's fairly unusable. Regularly it would tie up tons of resources on my
by rozap 1mo ago
It's funny, zed started out really refreshing, and now it's degraded to the point where it's fairly unusable. Regularly it would tie up tons of resources on my fairly beefy laptop. I switched back to sublime and it is a breath of fresh air, I didn't realize how slow zed had gotten. It seems like maybe they lost their way a bit, but I recognize that also they need to make money presumably, and it's hard to do that with a large team and a focused product.
- pjmlp 1mo agoAnd yet it is written in Rust, a good evidence that compiled languages only help so much when the architecture isn't the right one, or bad algorithms are being chosen.
- brabel 1mo agoFor a large application the language it is written in has almost no bearing on the perceived speed by users. VSCode is one example.
- pjmlp 1mo agoVSCode has plenty of C++ and Rust extensions to work around Electron limitations, which are then used as WebAssembly plugins on the browser version, though. It shows the engineering effort that the team puts into it, which is why it is one of the few Electron based apps that is bearable to use.
- norman784 1mo agoDid you check if the resources were consumed by the LSP or Zed? Also there was a Zed fork without the AI stuff, not sure if is a hard fork or not and if is still maintained (IIRC wasnt hosted on Github)
- Nnnes 1mo agoGram Editor. It's actively maintained. I know people disagree over definitions of "hard fork". Gram does not send patches to Zed but does occasionally merge fixes from Zed. There is not any specific effort to keep (non-AI) feature parity. https://gram-editor.com https://gram-editor.com https://codeberg.org/GramEditor/gram https://codeberg.org/GramEditor/gram
- vorticalbox 1mo agohave they fixed the file refresh issue?
- Squarex 1mo agoWhy does the author hate the AI so much?
- conartist6 1mo ago[flagged]
- LukaD 1mo agoIt has degraded? In what way? It sounds like your issues could be caused by LSP servers going rogue. Zed itself has been perfectly stable for me since I started using it as my default editor ~1 year ago. The only thing I didn’t like were some default layout changes that were trivial to revert.