zed/crates/sum_tree
Lukas Wirth 1f97c0e10c
sum_tree: Implement find functions iteratively (#47013)
Recursion here is unnecessary as we do not make use of the stack frames,
so iterating is even cheaper as we do not need to do any stack
bookkeeping either way.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2026-01-16 18:05:56 +01:00
..
src sum_tree: Implement find functions iteratively (#47013) 2026-01-16 18:05:56 +01: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