This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
v2.0.1
This release contains a mix of bug fixes, optimizations and new features.
Uuid
andTimeUuid
can now be compared correctly (see #111).DECIMAL
andVARINT
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.