zed/crates/project
Max Brunsfeld 6628c4df28 Store worktree changes in a sorted arc slice, not a HashMap
We don't need to look-up change types by an arbitrary key, but we
do need to iterate it. It would also be useful to be able to
cheaply clone the changes, to use them in a background task.
2023-05-26 09:24:15 -07:00
..
src Store worktree changes in a sorted arc slice, not a HashMap 2023-05-26 09:24:15 -07:00
Cargo.toml Optimize matching of multiple file-watch globs using the globset crate 2023-05-19 09:13:34 -07:00