boostorg / interprocess

Boost.org interprocess module
http://boost.org/libs/interprocess
132 stars 117 forks source link

Local memory only implementation #203

Closed alex4747-pub closed 3 months ago

alex4747-pub commented 11 months ago

It will be nice to provide a local memory-only implementation: the same API for data stored in a bloc of local memory.

It will be really useful for unit tests.

It will be also useful when we load existing data into the local memory from some store, modify data in memory, and then save modified data in the store.

alex4747-pub commented 11 months ago

Mistaken: it seems that this feature is already supported

pliniofpa commented 3 months ago

Please close this issue.