summaryrefslogtreecommitdiffstats
path: root/devel/ocaml-res/pkg-descr
blob: 0b6c1dceaac2e5e1d45130a5148f10eaf7b7964a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.

Author:	Markus Mottl <markus.mottl@gmail.com>
WWW: https://bitbucket.org/mmottl/res
OpenPOWER on IntegriCloud