crop icon indicating copy to clipboard operation
crop copied to clipboard

Benchmarking against Zed's rope crate

Open mainrs opened this issue 8 months ago • 1 comments

The zed editor has a custom rope implementation: https://github.com/zed-industries/zed/tree/main/crates/rope

Would be cool to see a comparison of the performance! I don't think it has a builder API, but the rest seems to be available.

mainrs avatar Aug 01 '25 09:08 mainrs

I had some cross-rope benchmarks at https://github.com/noib3/rope-benches/. They're written over a Rope abstraction, so it shouldn't be too hard to add a new impl. I'd merge a PR to that repo if you want to add it.

noib3 avatar Aug 01 '25 10:08 noib3