C++ standard limitations and Persistent Memory

C++ standard limitations and Persistent Memory

Introduction C++ language restrictions and the persistent memory programming paradigm imply serious restrictions on objects which may be stored on persistent medium. A user can access persistent memory with memory mapped files to take advantage of its byte addressability thanks to libpmemobj and …

Read More