In
*Vanguard* said:
"Sara" said in
Not much to think of. You compress a file to save space. So then
you need to uncompress the file to read from it again. Since you
realize that compression takes time then you also realize that
decompression also takes time. If a file gets opened a lot then the
cumulative delay for decompressing it can become significant.
Although it's true that compressing and decompressing files takes
time, it's also true that compressed files are smaller than
uncompressed files, and reading and writing smaller files *saves*
time. Which of the two factors is more significant depends on the
relative speeds of your CPU and drive, but on most modern
computers, there usually isn't a great deal of difference, and
it's close to a wash.
Much more significant, to me, is that when you compress an entire
drive, you're putting all your eggs in one basket. A minor disk
problem, that on an uncompressed drive, might cause the loss of a
single file, can, on a compressed drive, cause the loss of the
entire drive. That's too big a risk to run, in my opinion,
especially on these days of very cheap hard drives; I would just
get a bigger drive instead.
But all this is theoretical anyway, since Windows XP doesn't
provide DriveSpace, or other drive compression software.