Comment on MDBM – High-speed databaseComments−swah11yWhere does it say that this database is persistent?−t1m11yIt is memory mapped, which means that it is persisted to disk, perhaps confusingly if you aren't familiar with mmap.
Comments
Where does it say that this database is persistent?
It is memory mapped, which means that it is persisted to disk, perhaps confusingly if you aren't familiar with mmap.