github aerospike/aerospike-client-go v1.35.2
Improvment release

latest releases: v7.7.2, v7.7.1, v7.7.0...
6 years ago
  • Improvements

    • Do not allocate a partition map on each tend unless needed.
    • Adds ConnectionsClosed stat and sets the connection and dataBuffer to nil in a few places to help the GC.
    • Use a heap data structure for connection pooling instead of a queue.
      This allows better management of connections after a surge, since it keeps the unused connection in the bottom of the heap to close.
      It also helps with performance a bit due to better caching of the data structure in CPU.

Don't miss a new aerospike-client-go release

NewReleases is sending notifications on new releases.