Description
Provides a rope data structure used by the Yi editor. Ropes store text in chunks, which can make editing and concatenating large documents more efficient than repeatedly rebuilding one string.
It is useful for editors, text buffers, diff tools, and programs that need efficient text manipulation. It is a library building block and does not provide the editor interface by itself.