freebsd-ports/devel/ocaml-res/pkg-descr
2015-03-02 23:16:01 +00:00

11 lines
517 B
Text

This OCaml-library consists of a set of modules which implement
automatically resizing (= reallocating) data structures that consume
a contiguous part of memory. This allows appending and removing of
elements to/from arrays (both boxed and unboxed), strings (-> buffers),
bit strings and weak arrays while still maintaining fast constant-time
access to elements.
There are also functors that allow the generation of similar modules
which use different reallocation strategies.
WWW: https://bitbucket.org/mmottl/res