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.
Build Time
2024-02-29 17:06:24 GMT
Size
56.10 KB
ce58ceeb2326061eff1b1cf6a26754a9
License
LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception