rope 0.0.5
rope: ^0.0.5 copied to clipboard
A fast, immutable rope data structure in Dart using a SumTree architecture. Inspired by Zed's implementation, this rope is optimized for large-scale string manipulation and editor-like use cases.
0.0.5 #
- Bidirectional text line breaking support (by Nyasha Karata)
0.0.4 #
- Bidirectional text support for Rope data structure (by Nyasha Karata)
0.0.3 #
- fix: ๐ Correct itemAt method offset handling
- test: ๐งช Improve itemAt test with additional checks
0.0.2 #
- Update LICENSE
0.0.1 #
- Setup library