pmemkv-java icon indicating copy to clipboard operation
pmemkv-java copied to clipboard

[WIP] FEAT: Change get() implementation to avoid throwing NOT_FOUND exceptions

Open KFilipek opened this issue 4 years ago • 0 comments

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

Meta

KFilipek avatar Feb 12 '21 21:02 KFilipek