/NeoPMKV

Primary LanguageC++Apache License 2.0Apache-2.0

NeoPMKV with PBRB and PLOG Design

PMEM Configure

mount pmem device to /mnt/pmem0

Build and Test

Requirements

Build

mkdir -p build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release/Debug -DBREAKDOWN=OFF/ON -DSTATISTICS=ON -DLOG_LEVEL=DEBUG/INFO/ERROR/DISABLE && make -j

Test

make test