Warning, /sdk/codevis/lvtmdb/README.md is written in an unsupported language. File is not indexed.

0001 # lvtmdb - Memory database
0002 
0003 Provides a(n optionally thread safe) interface to cache database in memory providing
0004 fast lookups.
0005 
0006 All the pointers to things named `*Object` (e.g. `lvtmdb::FileObject`) are owned
0007 by the `lvtmdb::ObjectStore` instance.