pmemkv-java
pmemkv-java copied to clipboard
[WIP] FEAT: Change get() implementation to avoid throwing NOT_FOUND exceptions
FEAT: Change get() implementation to avoid throwing NOT_FOUND exceptions
Rationale
Throwing an exception has bigger overhead than returning empty value.
Description
TBD
API Changes
TBD
Implementation details
TBD