package offheap

  1. Overview
  2. No Docs
Copies OCaml objects out of the OCaml heap

Install

Authors

Maintainers

Sources

0.1.2.tar.gz
md5=0278b913dc2cdb74231d0ca3e4196e36

Description

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.

Published: 21 Sep 2018

Dependencies (2)

  1. dune
  2. ocaml >= "4.07" & < "5.0.0"

Dev Dependencies

None

Used by

None

Conflicts

None