Memory-mapped (mmap) abstract data types (ADT) for Go. All data types persist to disk and use only what memory is available with mmap, thus allowing bigger-than-memory data types.
DISCLAIMER: These packages are not yet stable and are subject to change.