v0.9.0
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:
- Changed stream of groups to stream of futures of groups #71 (jorgecarleitao)
Enhancements:
- bitpacking: use stack-allocated temporary buffer #76 (danburkert)
- Added constructor to
RowGroupMetaData
andColumnChunkMetaData
#74 (yjshen) - Improved performance of reading multiple pages #73 (jorgecarleitao)
Fixed bugs:
- Fixed error in declaring size of compressed dict page. #72 (jorgecarleitao)