this post was submitted on 30 Jan 2024
2 points (100.0% liked)

Open Source

31205 readers
205 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

It become open source just last week. Currently don't have Linux version but soon it will have. Linux Roadmap issue

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 9 months ago (2 children)

Can confirm that’s it’s very fast. Just lacking plugins at the moment.

I will watch it with great interest

[–] [email protected] 0 points 9 months ago (1 children)

Sounds exactly like atom... until they killed atom

[–] [email protected] 0 points 9 months ago (1 children)
[–] [email protected] 0 points 9 months ago (1 children)

Exactly.

Atom being open source was why I switched to it from Sublime.

Atom's shitty performance was why I switched away to VS Code.

[–] [email protected] 0 points 9 months ago (1 children)

It was Electrons problem. VSCode was basically Atom. When MS made Electron2 or whatever it got much faster.

[–] [email protected] 0 points 9 months ago

It was not Electron's problem.

The problem was the extension architecture, that they leaned into heavily. It encouraged basically every part of the system to interact with every other part of the system, like having free reign over the whole DOM. That's what the creators meant by a "hackable" editor.

VS Code is much faster, largely because of its much more sane extension architecture. Extensions are much better isolated, with a much smaller API surface by which they can interact with the editor. And the LSP design means core IDE-like features can be lifted into a privileged part of the system, and implemented once with performance in mind, while the actual analysis is done asynchronously in subprocesses.

If you actually use both Atom and VS Code configured to feature parity, you would notice that VS Code is miles ahead of Atom. Microsoft did an amazing job proving that you can build complex performant software on Electron.

Yes, Electron 2.0.0 was a great update, but it's not the reason for performance. The reason was better software architecture.

[–] [email protected] 0 points 9 months ago (2 children)

I hope it gets there. I was a sublime user until vs code's integrations got so far ahead that the productivity gains outweighed the slowness, but I really want it to be faster.

Do zed plugins have to be written in rust? If they do then that will slow community contributions since it's not as popular as JavaScript for vs code.

[–] [email protected] 0 points 9 months ago (2 children)
[–] [email protected] 0 points 9 months ago

Yeah, it's fine, I said I use it didn't I? But it's just fine, so I'd prefer something even better.

[–] [email protected] 0 points 9 months ago (1 children)

Maybe for you. I personally am quite picky about tools I use all day every day.

[–] [email protected] 0 points 9 months ago (1 children)

Cool story. Same here. Did you want to get into an internet Snapfish at which tool has millisecond advantages over another?

[–] [email protected] 0 points 9 months ago

If it were just millisecond advantages I would gladly use VSCode, but in large projects the difference is massive, it takes minutes to fully load a project and several seconds to perform certain actions.

[–] [email protected] -1 points 9 months ago (3 children)

Vs code is slow? Literally the entire reason I switched to it years ago is because it's very fast.

[–] [email protected] 0 points 9 months ago (1 children)

extensions tend to be the slow part in my experience. after a couple heavy extensions on an already struggling work laptop I'll frequently outpace it's input handling and have to wait for it to catch up

[–] [email protected] -1 points 9 months ago

They certainly can be. Admittedly over time I've installed a lot of extensions but also gotten better hardware along the way. All I know is that despite having like 20 extensions installed I can startup vs code in just 3-5 seconds

[–] [email protected] 0 points 9 months ago

VSCode is only fast if you're comparing it to Atom.

[–] [email protected] 0 points 9 months ago (1 children)

Yep, VSCode is slow because it is built on Electron which is just a another browser.

[–] [email protected] -1 points 9 months ago (1 children)
[–] [email protected] 0 points 9 months ago (2 children)
[–] [email protected] 0 points 9 months ago

Heavy != slow. VS Code isn't a slow editor, its just resource intensive.

[–] [email protected] -1 points 9 months ago

And yet vs code is barely slower than editors with practically no features. Silly thing to argue about, but it's certainly very fast considering the featureset