This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
pmemkv version 1.4
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
andremove
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)