Open igchor opened 3 years ago
Easier to use and more natural API.
Implementation based on C++ iterators. https://pmem.io/pmemkv/master/doxygen/classpmem_1_1kv_1_1db_1_1iterator.html
New Iterator class.
FEAT: Implement iterators API
Rationale
Easier to use and more natural API.
Description
Implementation based on C++ iterators. https://pmem.io/pmemkv/master/doxygen/classpmem_1_1kv_1_1db_1_1iterator.html
API Changes
New Iterator class.
Implementation details
Meta