Skip to content

Memory-mapped abstract data types for Go.

License

Notifications You must be signed in to change notification settings

webbmaffian/go-mad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go mad

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.