Skip to content

v0.9.0

Compare
Choose a tag to compare
@jorgecarleitao jorgecarleitao released this 11 Jan 05:17
· 118 commits to main since this release

A new release is here, with a performance improvement to bitpacking by @danburkert , an important fix to write data, and one backward incompatible change to allow serializing and writing to happen on separate thread pools (e.g. via tokio_rayon).

Breaking changes:

Enhancements:

  • bitpacking: use stack-allocated temporary buffer #76 (danburkert)
  • Added constructor to RowGroupMetaData and ColumnChunkMetaData #74 (yjshen)
  • Improved performance of reading multiple pages #73 (jorgecarleitao)

Fixed bugs:

Full Changelog