Skip to content

Minor Fix and Improvements

Compare
Choose a tag to compare
@khaf khaf released this 04 Mar 10:42
· 177 commits to master since this release
  • Improvements

    • Uses a sync.Pool to preserve the connection buffers on close to remove pressure from the allocator and the GC during connection churns.
  • Fixes

    • Cleanup the data structure cross refs on Cluster.Close to help GC free the objects.