package io-page-unix

  1. Overview
  2. Docs
Support for efficient handling of I/O memory pages on Unix

Install

dune-project
 Dependency

Authors

Maintainers

Sources

io-page-v2.2.0.tbz
sha256=f51ad9b96dd1378aae1474ee2929b56ddedaca5c5dc49459e291e5476c1ee047
sha512=4240bbc0c7b6c8c1bc0b628fcde51c73bc7f6e49b2cd7157e32d3277d1fe31f0604829a1ae49c84524922d3954ead870e02d215768310b21a0b1f57ee7344294

Description

IO pages are page-aligned, and wrapped in the Cstruct library to avoid copying the data contained within the page.

Tags

org:mirage

Added to opam-repository:

README

This library implements support for efficient handling of I/O memory pages on Unix and Xen.

IO pages are page-aligned, and wrapped in the Cstruct library to avoid copying the data contained within the page.

Dependencies (5)

  1. cstruct >= "2.0.0"
  2. configurator build
  3. dune >= "1.0"
  4. io-page < "3.0.0"
  5. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. ounit with-test

Conflicts

None