fcfb16b779
* OPT: RDir() now does less stat() system calls, by assuming that the number of hard links of a directory is its number of sub-directories plus two. Scanning my home directory calls stat() about 640,000 times instead of 715,000 before. About a 10% gain.
The file is empty.