Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Libpmemobj-cpp Version 1.5

Compare
Choose a tag to compare
@marcinslusarz marcinslusarz released this 26 Oct 16:06
· 2147 commits to master since this release

This is the first release of libpmemobj-cpp as a separate project.

It introduces one persistent container - array, which has std::array
like interface. Currently it is considered experimental and lives
in experimental namespace.

We have also cleaned up some function names that, in retrospect, were
chosen poorly. Functions with old names are still there but are
deprecated.

Experimental features:

  • volatile resides on pmem class
  • persistent array container