Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

pmemkv-java version 1.1.0

Compare
Choose a tag to compare
@igchor igchor released this 08 Jun 09:53
· 38 commits to master since this release
1.1.0
9980b44

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)