Files
oak-gpui/crates/editor/src
Xiaobo Liu 73bd12ebbe editor: Optimize selection overlap checking (#41281)
Replace the binary search approach with a more efficient partition_point
method for checking selection overlaps. This eliminates the need to
collect and sort selection ranges separately, reducing memory allocation
and improving performance when handling multiple selections.

Release Notes:

- N/A

Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
2025-10-28 07:40:38 +01:00
..
2025-02-03 13:18:50 -07:00
2025-10-22 22:34:15 +03:00
2025-10-22 22:34:15 +03:00