package swapfs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

mirage-swapfs

Append-only ephemeral, anonymous files.

Swapfs is useful for temporarily putting large data on persistent storage, for example if the data is too large to comfortably sit in memory. The data can then be read back in chunks.

See also mirage/README.md with an example unikernel.

OCaml

Innovation. Community. Security.