logoalt Hacker News

chungyyesterday at 3:45 PM1 replyview on HN

Zip allows you to set compression algorithm on a per-file basis, including no compression.


Replies

QuantumNomad_yesterday at 4:12 PM

You can achieve the same with tar if you individually compress the files before adding them to the tar ball instead of compressing the tar ball itself.

I don’t see how that plus a small index of offsets would be notably more or less work to do from using a zip file.

show 1 reply