Reduce lambda-related heap allocations for K/V operation completions
Description
The current approach of passing a callback lambda from the operation to the connection adds some additional heap allocations that can be avoided since the lambda is always the same method.
Environment
None
Gerrit Reviews
None
Release Notes Description
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The current approach of passing a callback lambda from the operation to the connection adds some additional heap allocations that can be avoided since the lambda is always the same method.