I watched the video on the home page and thought it is weird that they spend an inordinate amount of time on frame rate. Who picks an editor based on frame rate? If you want to talk about perf in the context of a text editor show me how big of a file you can load--especially if the file has no line breaks. Emacs has trouble here. If you load a minified js file it slows to a crawl especially if syntax highlighting is…
It's not just frame rate, but also input delay. If you're using Visual Studio Code, you might be used to waiting 100 ms for a character you typed to appear. My personal workflow is based on Kitty and Neovim, which I've configured so that it can launch within 20 ms. Working without any input delay allows me to explore and edit projects at typing speed. As such, even tiny delays really bother me and make me lose my flo…
Zed is now available on Windows
101–110 of 386 posts
Re: Zed is now available on Windows
#102I didn't know bundling app for the most popular OS is that hard.
Re: Zed is now available on Windows
#103Unfortunately, I tried to use zed as my daily driver, but the typescript experience was subpar. While the editor itself was snappy, LSP actions like "jump to declaration" were incredibly slow on our codebase compared to VS Code / Cursor.
Re: Zed is now available on Windows
#104Earlier quoted context omitted.
Size on disk is about 64x less relevant than size in RAM for me. To give Zed some credit in this area, it's statically linked and the Linux binary is half the size as the Windows one.
What could they be statically linking to have a 400MB executable?
Re: Zed is now available on Windows
#105Unfortunately, I tried to use zed as my daily driver, but the typescript experience was subpar. While the editor itself was snappy, LSP actions like "jump to declaration" were incredibly slow on our codebase compared to VS Code / Cursor.
That doesn't make sense, they both use tsserver under the hood.
Re: Zed is now available on Windows
#106Earlier quoted context omitted.
Size on disk is about 64x less relevant than size in RAM for me. To give Zed some credit in this area, it's statically linked and the Linux binary is half the size as the Windows one.
The OS loads the entire binary into RAM.
Re: Zed is now available on Windows
#107Re: Zed is now available on Windows
#108I worked at multiple FAANGs and can't see me or any of my colleagues capable of doing this.
Re: Zed is now available on Windows
#109Re: Zed is now available on Windows
#110Earlier quoted context omitted.
Its binary is half a gig in size, so just like a browser, nothing fresh about that.
considering how cheap storage is nowadays nitpicking about binary size is a very weird take. Are you editing code on an esp32?