All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Initialize encoding tree with full size to avoid vec reallocation
- Prevent panic during word decoding with bad data
- Update timings
- Cleanup: replace magic numbers by constants
- Cleanup test assets
- Set gitattributes for lorem_ipsum.txt for correct testing
- Update test and bench dependencies
- Fix BitReader read operation, would use read_exact instead of read
- Speed optimisation in the encoding tree.
- Calculate throughput in benchmarks
- Remove usage of
unwrap
in examples - Rewrite bench, document speed
- Mark satellite crates as "do not publish"
- Update gif cliff configuration
- Fix README and documentation
- Update examples
- Prepare for initial release