aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

Avoid deserializing and instantiating Key objects when they are not u… #192

Closed manolama closed 3 years ago

manolama commented 3 years ago

…sed in the row parsing. We're going to be targeting tens of millions of ops per second in a single JVM so I'll be trying to reduce some of the instantiated objects wherever possible.

BrianNichols commented 3 years ago

This has been implemented in client 5.1.4: https://download.aerospike.com/download/client/java/notes.html#5.1.4

manolama commented 3 years ago

Awesome, thanks.