this post was submitted on 10 Nov 2023
1330 points (97.4% liked)
Memes
45663 readers
1848 users here now
Rules:
- Be civil and nice.
- 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
view the rest of the comments
Do deduplicating filesystems do bit-level deduplication? Wouldn't change unoptimized media, but still curious, what the difference would be.
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.
Thanks for the explanation!
Btrfs can do that, but the CPU load would be uncomfortable.