optimization of sequential i/o operations on large file sizes
问题 Compiler: Microsoft C++ 2005 Hardware: AMD 64-bit (16 GB) Sequential, read-only access from an 18GB file is committed with the following timing, file access, and file structure characteristics: 18,184,359,164 (file length) 11,240,476,672 (ntfs compressed file length) Time File Method Disk 14:33? compressed fstream fixed disk 14:06 normal fstream fixed disk 12:22 normal winapi fixed disk 11:47 compressed winapi fixed disk 11:29 compressed fstream ram disk 10:37 compressed winapi ram disk 7:18