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

pmemkv version 1.3

Compare
Choose a tag to compare
@szyrom szyrom released this 02 Oct 10:15
· 436 commits to master since this release

This release introduces a new experimental engine - radix (single-threaded sorted map, backed by libpmemobj-cpp's radix_tree container).

We have also extended configuration class API and redesigned optimized version of stree engine.

Features:

  • radix engine (single-threaded sorted map)
  • config setters with type safety for common config fields
  • stree engine optimization (single-threaded sorted map with custom comparator support)

Major fixes:

  • fixed operator== in stree engine
  • fixed missing checks in move assignment operators

Other changes:

  • operator<< for pmem::kv::status

Known issues: