Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

v2.0.1

Compare
Choose a tag to compare
@iconara iconara released this 26 Jun 17:45
· 57 commits to master since this release

This release contains a mix of bug fixes, optimizations and new features.

  • Uuid and TimeUuid can now be compared correctly (see #111).
  • DECIMAL and VARINT with value zero are now encoded properly (see #112).
  • An LZ4 compressor has been added (see #109).
  • The overhead of the locking in the hot path of the IO handling has been optimized. Combined with similar optimizations in Ione this should be a nice performance boost for high throughput applications. Make sure you update to the latest version of Ione too.