this post was submitted on 01 Nov 2023
603 points (98.1% liked)

Technology

58173 readers
3493 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Windows 11 adds native support for RAR, 7-Zip, Tar and other archive formats thanks to open-source library::undefined

you are viewing a single comment's thread
view the rest of the comments
[–] lmaydev@lemmy.world 19 points 10 months ago* (last edited 10 months ago) (2 children)

Why would you use any of them when zip exists?

For an average user they offer no advantage.

[–] Patch@feddit.uk 16 points 10 months ago (1 children)

Zip has a worse compression ratio than 7z, and that's a disadvantage for the average user (for example, a user with an email attachment size limit that they need to stay under).

If Windows natively supports one of the better alternatives, there's no reason to keep using zip. It's a 30 year old format, and it's something that regular users will happily just go with whatever's default.

[–] BombOmOm@lemmy.world 5 points 10 months ago

Not only does Zip have a worse compression ratio than 7z, but it even takes longer to make the zip due to the fact the windows zip program is single threaded.

[–] pastermil@sh.itjust.works 2 points 10 months ago (1 children)

I know for a fact .tar.xz offers the best compression rate for my use case.

[–] lmaydev@lemmy.world 7 points 10 months ago (1 children)

Then you aren't an average user.

[–] msage@programming.dev 4 points 10 months ago

It also takes forever to pack.

I ran benchmarks for syslog compression/decompression, and ended up using plzip, which used lzma, just because it was the fastest decompression while still having only marginally worse ratio.

But it still takes forever to pack.