ZIm/crates/sum_tree/src
tidely 7db110f48d
sum_tree: Utilize size_hint in TreeSet::extend (#34936)
Collect the iterator instead of manually looping over it to utilize
possible size hints. Zed usually passes in owned `Vec`'s, meaning we get
to reuse memory as well.

Release Notes:

- N/A
2025-07-23 09:57:57 +02:00
..
cursor.rs sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00
sum_tree.rs sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00
tree_map.rs sum_tree: Utilize size_hint in TreeSet::extend (#34936) 2025-07-23 09:57:57 +02:00