offheapversion
Copies OCaml objects out of the OCaml heap
A copy of OCaml objects is moved to memory managed by malloc and free, out of the reach of the GC. If the objects are very large, performance can be improved as the traversal of large live objects does not slow the GC down.
Author | Nandor Licker <n@ndor.email> |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/nandor/offheap |
Issue Tracker | https://github.com/nandor/offheap/issues |
Maintainer | Nandor Licker <n@ndor.email> |
Dependencies | |
Source [http] | https://github.com/nandor/offheap/archive/0.1.1.tar.gz sha256=c46c048694a05c19652e6c874efcd2d00951aa820cccde34c2ba3c7b44d7305d md5=dadd23bbb7cf832533e256dbb196bff8 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/offheap/offheap.0.1.1/opam |
No package is dependent