zed/crates/sum_tree
Lukas Wirth 9b3777a14e
multi_buffer: Speed up Anchor::to_offset resolution (#48021)
We used to just use the anchor resolution function that allows resolving
multiple anchors in one loop before. That has a lot of overhead though
when we only have a single anchor to resolve, so instead we just
specialize that case now as resolving a single anchor to an offset is a
super common operation.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2026-01-30 15:01:18 +00:00
..
src multi_buffer: Speed up Anchor::to_offset resolution (#48021) 2026-01-30 15:01:18 +00:00
Cargo.toml adds tracing for instrumenting non-async functions (#44147) 2025-12-05 17:23:06 +00:00
LICENSE-APACHE chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +01:00