this post was submitted on 10 Nov 2023
1328 points (97.4% liked)

Memes

45485 readers
1004 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 11 months ago* (last edited 11 months ago) (2 children)

Do deduplicating filesystems do bit-level deduplication? Wouldn't change unoptimized media, but still curious, what the difference would be.

[–] You999 11 points 11 months ago* (last edited 11 months ago) (1 children)

ZFS will do block level deduplication but requires a large table be stored in ram. The issue arises that the cost to increase your ram to keep up with that table size usually ends up being a lot more than just adding more storage.

I do believe most games have an inflated size due to uncompressed assets being included which a file system level compression could help with so long as you have the CPU to spare.

[–] [email protected] 2 points 11 months ago

Thanks for the explanation!

[–] [email protected] 2 points 11 months ago (1 children)

Btrfs can do that, but the CPU load would be uncomfortable.