kvs*_*kvs 6 c++ boost memory-mapped-files interprocess
我一直在研究使用Boost.Interprocess来创建磁盘支持的数据结构.Boost文档(http://www.boost.org/doc/libs/1_41_0/doc/html/interprocess.html)上的示例都是为了使用共享内存,即使他们提到也可以使用内存映射文件.我想知道这里是否有人使用过内存映射文件?任何可公开获得的代码示例(例如,内存映射文件支持的映射或集)?