zed/crates/rope
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
..
src rope: Preallocate chunks buffer 2024-03-11 13:28:10 +01:00
Cargo.toml
LICENSE-GPL