|
|
|
|
|
by johnisgood
239 days ago
|
|
$ strip --strip-all ./target/release/zed
$ du -h ./target/release/zed
261M ./target/release/zed
$ strip --strip-all ./target/debug/zed
$ du -h ./target/debug/zed
482M ./target/debug/zed
Correct. It is still embarrassing, in my opinion.To make matters worse, it takes several minutes for Zed's window to appear on a cold start, whereas VSCode launches almost instantly. [1] I am trying to measure it as we speak but it is taking quite a long time. |
|
That one is interesting. It's much quicker for me, even cold starts are below 1s, and subsequent startups are basically instant.