Y
Hacker News
new
|
ask
|
show
|
jobs
by
avmich
139 days ago
We can talk about even more general idea of saving file space: compression. Ever heard about it used across the whole filesystems?
3 comments
fh973
139 days ago
Most compressible file formats are already compressed, and with compression you lose efficient non-sequential IO.
link
praseodym
139 days ago
Microsoft MS-DOS and Windows supported this in the 90s with DriveSpace, and modern file systems like btrfs and zfs also support transparent compression.
link
eeeficus
139 days ago
You introduce overhead on both read and write without being a better solution to OPs problem.
link