Package : ocaml-res

Package details

Summary: Library for automatically resizing contiguous memory (arrays and strings)

Description:
This OCaml-library consists of a set of modules which implement
automatically resizing (= reallocating) datastructures 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.


URL: http://mmottl.github.io/res/
License: LGPL

Maintainer: nobody

List of RPMs