K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-08-20T06:51:30.000000Z K 7 svn:log V 648 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. Author: Markus Mottl WWW: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102107 Submitted by: Stanislav Sedov END