cmake-e-tar-zstd-support.rst 344 B

1234567
  1. Help/release/dev/cmake-e-tar-zstd-support
  2. -----------------------------------------
  3. * The :manual:`cmake(1)` ``-E tar`` tool now support Zstandard compression
  4. algorithm with ``--zstd`` option. Zstandard was designed to give
  5. a compression ratio comparable to that of the DEFLATE (zip) algorithm,
  6. but faster, especially for decompression.