Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 317 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 317 Bytes

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.