This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
pmemkv-java version 1.1.0
Improvements:
- improve performance over 2 times by caching direct buffers and optimizing JNI calls (of callbacks)
- add new Builder methods to adjust direct buffers' sizes
- use pmemkv C++ API (instead of C) in JNI layer
Minor changes:
- set up configurable test path
- update documentation
Other:
- rethrow user exception in get_above/all/below/between instead of StoppedByCallbackException
- adjust versioning scheme to match Semantic Versioning (always provide patch version)