0.99.0
Added
- added Snappy auto-compression/decompression support. The Snappy format was chosen primarily
because it supported streaming compression/decompression and is designed for performance. #911 - added
snappy
command. Although files ending with the ".sz" extension are automatically compressed/decompressed by qsv, thesnappy
command offers 4-5x faster multi-threaded compression. It can also be used to check if a file is Snappy-compressed or not, and can be used to compress/decompress ANY file. #911 and #916 diff
command added toqsvlite
andqsvdp
binary variants #910to
: added stdin support #913
Changed
- cargo update bump several indirect dependencies
- pin Rust nightly to 2023-04-09
Full Changelog: 0.98.0...0.99.0