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 | http://rope.forge.ocamlcore.org/ |
Maintainer | Christophe.Troestler@umons.ac.be |
Dependencies |
|
Optional dependencies | |
Source [http] | https://github.com/Chris00/ocaml-rope/archive/0.5.tar.gz sha256=0f7d86ed65a1a60ef7d1299bf9fa45985cf4c852030604c54810ef30e0f306f6 md5=4c4539d3324b8df494e0889f2c0f96d0 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/rope/rope.0.5/opam |