Skip to content

Maintenance Release

Compare
Choose a tag to compare
@khaf khaf released this 31 Mar 08:37
· 951 commits to master since this release

Maintenance release.

  • Improvements
    • Replace channel-based queue system with a lock-based algorithm.
    • Marshaller now supports arrays of arbitrary types.
    • Client.GetObject() now returns an error when the object is not found.
    • Partition calculation uses a trick that is twice as fast.
  • Improvements
    • Unpacking BLOBs resulted in returning references to pooled buffers. Now copies are returned.