4665b9afb675a9591677e88ac54b9ab6b57ab022
Since our last measurements, startup time in Zed had regressed quite significantly. This was due to several issues: - We were loading IBMPlex, which we're not really using in the UI. - Images were being parsed in the foreground, thus blocking the main thread - Language models (for semantic index and assistant) were being loaded in the foreground, thus blocking the main thread - Interaction with the keychain was blocking the main thread In addition to these, with this pull request we will now deserialize the items for a pane in parallel, as opposed to doing so sequentially. All combined, when running the zed binary directly this brings startup time from ~350ms to ~210ms on my machine. Release Notes: - Improved startup time.
Zed
Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Developing Zed
Contributing
See CONTRIBUTING.md for ways you can contribute to Zed.
Licensing
License information for third party dependencies must be correctly provided for CI to pass.
We use cargo-about to automatically comply with open source licenses. If CI is failing, check the following:
- Is it showing a
no license specifiederror for a crate you've created? If so, addpublish = falseunder[package]in your crate's Cargo.toml. - Is the error
failed to satisfy license requirementsfor a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to theacceptedarray inscript/licenses/zed-licenses.toml. - Is
cargo-aboutunable to find the license for a dependency? If so, add a clarification field at the end ofscript/licenses/zed-licenses.toml, as specified in the cargo-about book.
Description
GPUI – Community Edition maintained by Oak Team
https://gpui-ce.github.io/
258 MiB
Languages
Rust
95.6%
WGSL
1.2%
Metal
1.1%
HLSL
1.1%
Python
0.6%
Other
0.3%