不是这个原因。单纯copy并没有cache。而是增加了一个链接引用计数而已。它甚至都没有后把内容读到内存。
我压缩这个目录。就慢起来了。算是压缩的时间和读取的时间,感觉是正常的时间长度。
【 在 SlO 的大作中提到: 】
: 建议你仔细看看 Linux kernel development 这本书的 The Page Cache and Page Writeback 这一章节。第3版的第16章。我目前也在看。开头第一句就是
: The Linux kernel implements a disk cache called the page cache.The goal of this cache is to minimize disk I/O by storing data in physical memory that would otherwise require disk access.
--
FROM 111.196.132.*