The problem is that disk seek times have not gotten much
faster over the years, while disk throughput rates have
skyrocketed.
Transferring a little less data is not going to help you
when 80% of your disk time is spent seeking, not reading
or writing.
--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
-