# 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 <!-- fill this out -->
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