All notable changes to this project will be documented in this file.
- Fix warning
- Add batcher.rs
- Add col_ids and col_ids_hash, GridRow
- Fix some docs
- Fix some docs
- Convert SimpleFeatures to GridBuffer, test time
- Add bitpacking sort compression, not good as no sorting
- Add some tests of bitpacking sort compression
- Add BitPacker8x compression and decompression, and unittes
- Add some change log
- Add version
- Basic core done, including GridBuffer, to_bytes, from_bytes, and others