zed/crates/rope/src
Adam Richardson 6ab4b46984
rope: Minor optimization for tab indices (#20911)
This is a follow up on https://github.com/zed-industries/zed/pull/20289
and optimises the tabs by replacing branches with an XOR.

I saw this after watching the latest zed decoded episode so thank you
for those videos!

Release Notes:

- N/A
2024-11-21 08:48:13 +01:00
..
chunk.rs rope: Minor optimization for tab indices (#20911) 2024-11-21 08:48:13 +01:00
offset_utf16.rs Finished refactoring out fs and rope 2022-10-11 15:25:54 -07:00
point.rs Add documentation to many core editor types (#7919) 2024-02-17 09:03:05 -07:00
point_utf16.rs Finished refactoring out fs and rope 2022-10-11 15:25:54 -07:00
rope.rs Speed up point translation in the Rope (#19913) 2024-10-30 10:59:03 +01:00
unclipped.rs Speed up point translation in the Rope (#19913) 2024-10-30 10:59:03 +01:00