ocaml-res - OCaml library for resizing arrays and strings
Website: | http://www.ocaml.info/home/ocaml_sources.html#res |
---|---|
License: | LGPLv2+ with exceptions |
Vendor: | Fedora Project |
- 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.
Packages
ocaml-res-3.1.1-1.fc11.ppc64 [70 KiB] |
Changelog
by Richard W.M. Jones (2009-03-10):
- New upstream version 3.1.1. - Fix URL. - Fix Source URL. |