ropeversion
Ropes (heavyweight strings)
Ropes ("heavyweight strings") are a scalable string implementation: they are designed for efficient operation that involve the string as a whole. Operations such as concatenation, and substring take time that is nearly independent of the length of the string. Unlike strings, ropes are a reasonable representation for very long strings such as edit buffers or mail messages.
Tags | datastructure |
---|---|
Author | Christophe Troestler |
License | LGPL-2.1-only WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | https://github.com/Chris00/ocaml-rope |
Issue Tracker | https://github.com/Chris00/ocaml-rope/issues |
Maintainer | Christophe Troestler <Christophe.Troestler@umons.ac.be> |
Dependencies |
|
Source [http] | https://github.com/Chris00/ocaml-rope/releases/download/0.6.2/rope-0.6.2.tbz sha256=514001a5f6a972205cc102924f1c863ad268ff74a31dd0e43b5deea081729b95 md5=b1bd36276f4556af2b208b70b92011d5 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/rope/rope.0.6.2/opam |