package aio

  1. Overview
  2. Docs
Linux kernel AIO access library for ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

libaio-ocaml_1.0.orig.tar.gz
md5=bc99ae0567d9feb4952c73da305aeb95

Description

Use this if you want very efficient I/O on Linux. Note this is not an implementation of "POSIX AIO".

Linux AIO allows a single thread to submit multiple I/O operations and perform other computations while they are in progress. To increase efficiency, all data is read and written in page-aligned buffers.

Tags

org:mirage org:xapi-project

Published: 21 Nov 2013

Dependencies (2)

  1. ocamlfind
  2. ocaml < "5.0"

Dev Dependencies

None

Used by

None

Conflicts

None