Using Standard Library Containers with Persistent Memory

Using Standard Library Containers with Persistent Memory

Introduction Somewhere along the road, when we were doing the C++ bindings for libpmemobj, we found the need for some kind of containers. We were faced with two viable solutions: write everything from scratch or adapt an existing implementation. The obvious choice was NOT to implement from scratch. …

Read More