Package pzstd: Information

    Binary package: pzstd
    Version: 1.3.0-alt0.M80C.1
    Architecture: x86_64
    Build time:  Sep 25, 2017, 05:24 PM in the task #188626
    Source package: zstd
    Report package bug
    License: BSD
    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: Andrey Cherepanov


    Last changed


    Sept. 23, 2017 Andrey Cherepanov 1.3.0-alt0.M80C.1
    - Backport to c8 branch
    July 18, 2017 Dmitry V. Levin 1.3.0-alt1
    - 1.2.0 -> 1.3.0.
    May 25, 2017 Dmitry V. Levin 1.2.0-alt1
    - 1.1.4 -> 1.2.0.