Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我会对共享内存中的多索引容器之类的东西感兴趣。
是否可以分配,例如,boost::multi_index_container在共享内存中,以便不同的可执行文件可以读取/写入其数据?如何?
boost::multi_index_container
谢谢。
我用谷歌搜索...
Boost.Interprocess 似乎很合适。从这个页面:
广泛使用的 Boost.MultiIndex 库与 Boost.Interprocess 兼容,因此我们可以在共享内存中构建非常好的数据库。