Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 541 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 541 Bytes

pmemkv-jni

Java Native Interface for pmemkv

Dependencies

  • PMDK - native persistent memory libraries
  • pmemkv - native key/value library

Installation

Start by installing pmemkv on your system.

Clone the pmemkv-jni tree:

git clone https://github.com/pmem/pmemkv-jni.git
cd pmemkv-jni

Finish by installing this library:

make
make install

Usage

https://github.com/pmem/pmemkv-java