• tal
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    9 hours ago

    I’d say pixz is considerably more interesting to improve tar.

    https://github.com/vasi/pixz

    Used as a compressor with tar, it adds:

    • Parallel compression/decompression, increasingly important with many-core processors.

    • Indexed access. Tarballs, unlike, say, zip or 7zip, don’t normally support jumping right to the point in an archive where a file lives.

    It’s LZMA-based, like xz, lzip, or 7zip. Good-but-slow compression, faster decompression than bzip.