Edit

IABSD.fr/ports/archivers/pixz

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2024-04-23 22:36:32
    Hash : 38d305cd
    Message : import archivers/pixz, ok sthen The existing XZ Utils provide great compression in the .xz file format, but they produce just one big block of compressed data. Pixz instead produces a collection of smaller blocks which makes random access to the original data possible. This is especially useful for large tarballs. from Kirill A. Korinsky with tweaks by sthen and me