- [bugfix] Conditional compilation without snappy feature by @camlloyd
- [bugfix] Install
cargo-deb
outside of project directory
- [bugfix] Install
cargo-deb
outside of project directory
- [bugfix] Install
cargo-deb
with--locked
in CI
- bugfix cargo update to fix dep resolution issue from @chenrui333
- Update deps, add dependabot
- Update deps, update thirdparty file, use fixed version of gzp
- Update deps, specifically gzp to take advantage of updated flate2
- bugfix Fixes feature flags to allow for compiling rust-only backend
- Includes updated THRIDPARYT.yml
- Fix issue 11
- Adds "in-place" mode to decompress / compress by stripping/adding a suffix like other compression tools
- Switch to mimalloc which showed large improvement with more threads
- Add "pin-at" api to specifically pin the compression / decompression threads to cores starting at a specific core
- Added benchmarks to README