zed/crates/rope/src
Piotr Osiewicz 45c4d35da8 rope: Preallocate chunks buffer
This commit also specializes 'fn push' for large text quantities. That specialized version uses a Vec instead of SmallVec.
This commit shaves off about ~100ms out of 800ms when loading a 600Mb text buffer.
2024-03-11 13:28:10 +01:00
..
offset_utf16.rs
point.rs Add documentation to many core editor types (#7919) 2024-02-17 09:03:05 -07:00
point_utf16.rs
rope.rs rope: Preallocate chunks buffer 2024-03-11 13:28:10 +01:00
unclipped.rs