Description
Files can be mapped into memory from OCaml code for efficient access. This helps developers process large files or shared data without reading everything through ordinary buffered I/O.
It is a development library. Applications using memory mapping still need careful handling of file permissions, file size, and write behavior.