package rope

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

Install

Authors

Maintainers

Sources

rope-0.6.2.tbz
md5=b1bd36276f4556af2b208b70b92011d5

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: 19 Mar 2019

Dependencies (3)

  1. dune
  2. base-bytes
  3. ocaml >= "4.03.0" & < "5.0.0"

Dev Dependencies (1)

  1. benchmark with-test

Used by (2)

  1. bamboo
  2. rlp

Conflicts

None