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
AuthorChristophe Troestler
LicenseLGPL-2.1-only WITH OCaml-LGPL-linking-exception
Published
Homepagehttps://github.com/Chris00/ocaml-rope
Issue Trackerhttps://github.com/Chris00/ocaml-rope/issues
MaintainerChristophe Troestler <Christophe.Troestler@umons.ac.be>
Dependencies
Source [http] https://github.com/Chris00/ocaml-rope/releases/download/0.6.1/rope-0.6.1.tbz
md5=b1a34f8a645ee153005565be87e9dbc7
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/rope/rope.0.6.1/opam
Required by