what’s the archive type with the bext size compression (lowest size after archiving) but that has partial extraction (extracting specific files) ?

  • CorvusRidiculissimus@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Depends on your data, but there are two major contenders for that title: 7z (with solid mode off) and zpaq. You will probably get slightly better compression on zpaq, but it’s not widely known.

  • dr100@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    That is kind of inconsequential as you can always compress the files individually if you wish and then make a tar with all of them together.

    The question is what files you have, based on that various algorithms would do better or worse. And of course not doing solid archives would add a penalty to most algorithms if the files are somehow similar.

  • MemeLordAscendant@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    It’s dependent on dataset. I would suggest 7z and simply uncheck “solid archive”. There is info here on running a test to find the best compression: Link

    You may want to look into filesystem compression. As it will be much easier to implement and may suit your needs.