7
为什么Gzip压缩不能消除重复的数据块?
我只是做了一个小实验,我用重复的文件创建了一个tar存档,看看它是否会被压缩,令我敬畏,事实并非如此!详细信息如下(为使阅读更愉悦,其结果): $ dd if=/dev/urandom bs=1M count=1 of=a 1+0 records in 1+0 records out 1048576 bytes (1.0 MB) copied, 0.114354 s, 9.2 MB/s $ cp a b $ ln a c $ ll total 3072 -rw-r--r-- 2 guido guido 1048576 Sep 24 15:51 a -rw-r--r-- 1 guido guido 1048576 Sep 24 …
30
linux
compression
gzip