Package pzstd: Information

    Binary package: pzstd
    Version: 1.4.4-alt1.E2K.2
    Architecture: e2kv4
    Build time:  Jun 28, 2022, 03:14 AM
    Source package: zstd
    Report package bug
    License: BSD-3-Clause
    Summary: Parallel Zstandard tool
    Description: 
    Parallel Zstandard is a Pigz-like tool for Zstandard.
    
    It provides Zstandard format compatible compression and decompression
    that is able to utilize multiple cores.  It breaks the input up into
    equal sized chunks and compresses each chunk independently into a
    Zstandard frame.  It then concatenates the frames together to produce
    the final compressed output.  Pzstandard will write a 12 byte header for
    each frame that is a skippable frame in the Zstandard format, which
    tells PZstandard the size of the next compressed frame.
    
    PZstandard supports parallel decompression of files compressed with
    PZstandard.  When decompressing files compressed with Zstandard,
    PZstandard does IO in one thread, and decompression in another.

    Maintainer: Michael Shigorin

    List of contributors:
    Michael Shigorin
    Dmitry V. Levin

    Last changed


    April 7, 2022 Michael Shigorin 1.4.4-alt1.E2K.2
    - Removed zstdgrep.1 and zstdless.1 manpages that are already packaged
      in gzip-utils along with scripts themselves (backported from 1.5.0-alt2)
    Sept. 14, 2020 Michael Shigorin 1.4.4-alt1.E2K.1
    - E2K: applied MCST patches
    - backported /usr/local spec fix from 1.4.5-alt2 (patches need update)
    Nov. 4, 2019 Dmitry V. Levin 1.4.4-alt1
    - 1.4.3 -> 1.4.4.