package rope

  1. Overview
  2. Docs
Ropes ("heavyweight strings")

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.tar.gz
md5=4c4539d3324b8df494e0889f2c0f96d0

Description

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

Published: 21 Nov 2013

Dependencies (4)

  1. oasis build
  2. ocamlbuild build
  3. ocamlfind
  4. ocaml < "4.06"

Dev Dependencies

None

Used by (2)

  1. bamboo
  2. rlp

Conflicts

None