github jqnatividad/qsv 0.99.0

latest releases: 0.134.0, 0.133.1, 0.133.0...
17 months ago

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, the snappy 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 to qsvlite and qsvdp binary variants #910
  • to: 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

Don't miss a new qsv release

NewReleases is sending notifications on new releases.