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-or-later 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.3/rope-0.6.3.tbz sha256=335e1f88ff410e2cf7584a0ca8026a65a5e4e0fa19f19d588ce93e17def3d396 sha512=01b089920716dc0e8182fb746bc604f4315f79f5e8c448924000e7eb8c278f71d99e1736a422b0a3f293b01ee312b8b3176493583883c781d446f433c1557ea5 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/rope/rope.0.6.3/opam |
Required by
- bamboobuild
- html_of_jsx=0.0.3
- rlp