ZIm/crates/title_bar
Conrad Irwin 80fb88520f
Remove worktree and project notifies (#26244)
This reduces the number of multibuffer syncs from 100,000 to 20,000.
Before this change each editor individually observed the project, so
literally any project change was amplified by the number of editors you
had open.

Now editors listen to their buffers instead of the project, and other
users of `cx.observe` on the project have been updated to use specific
events to reduce churn.

Follow up to #26237


Release Notes:

- Improved performance of Zed in large repos with lots of file system
events.

---------

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2025-03-07 10:51:46 -07:00
..
src Remove worktree and project notifies (#26244) 2025-03-07 10:51:46 -07:00
Cargo.toml zeta: Revised data-collection onboarding experience (#24031) 2025-02-04 04:06:09 -03:00
LICENSE-GPL Extract title_bar crate (#13597) 2024-06-27 19:14:13 -04:00