You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
Dmitry Prokoptsev edited this page Feb 18, 2014
·
7 revisions
mms (memory-mapped storage) is a library capable of serializing quite complex data in a way that the serialized data can be mmap()-ped and used without any additional time or memory consumption with the well-known STL-like interface.
A short example of its usage can be found in example.cpp (compiles with "g++ -std=gnu++11 -Iinclude example.cpp").