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

pmemkv version 1.4

Compare
Choose a tag to compare
@igchor igchor released this 15 Feb 11:59
· 241 commits to master since this release
1.4
ecb8fd6

Features:

  • new experimental engine - robinhood (concurrent, unsorted, persistent map)
  • experimental iterators API which allows to directly modify values (or parts of values)
  • experimental transaction API which allows grouping put and remove operations into a single atomic action

Other changes:

  • optimized put() in radix engine

Major fixes:

  • calling pmemkv_errormsg() now returns empty message for NOT_FOUND and STOPPED_BY_CB (instead of a possible previous, unrelated error)
  • fix vcmap OOM error on put (github issue #798)

Known issues:

  • vcmap (github issue #894)