Prune x11/xpra
[dports.git] / devel / ocaml-res / pkg-descr
1 This OCaml-library consists of a set of modules which implement
2 automatically resizing (= reallocating) data structures that consume
3 a contiguous part of memory. This allows appending and removing of
4 elements to/from arrays (both boxed and unboxed), strings (-> buffers),
5 bit strings and weak arrays while still maintaining fast constant-time
6 access to elements.
7
8 There are also functors that allow the generation of similar modules
9 which use different reallocation strategies.
10
11 WWW: https://bitbucket.org/mmottl/res