v0.2.1
Highlights
- Performance improvements for (de)compression of small inputs
- Fix off-by-one error in a manual bounds check by @folkertdev in #110
What's Changed
- have
decompressactually decompress arbitrary bytes by @folkertdev in #104 decompress_chunkedfuzzer: handle larger inputs by @folkertdev in #106- Decompress larger inputs by @folkertdev in #107
- specialize
rotate_rightby 1 by @folkertdev in #108 - Fix off-by-one error in a manual bounds check by @folkertdev in #110
- Improve fuzz tests by @ros-cr in #109
rotate_right_1: special-case the 2-byte case by @folkertdev in #111- use uninitialized output buffers for the fuzzers by @folkertdev in #112
- optimize
fallback_sortby @folkertdev in #113
New Contributors
Full Changelog: v0.2.0...v0.2.1