Skip to content
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").

Building mms
Library usage

mms was originally developed in Yandex (http:https://company.yandex.com/).

Clone this wiki locally