Description: windows system kernel experiments, fast file system. Three methods were used to achieve a file: Unbuffered way: flag FILE_FLAG_NO_BUFFERING. Buffer: Indicates flag FILE_FLAG_SEQUENTIAL_SCAN. Asynchronous way: indicates flag bit the FILE_FLAG_OVERLAPPED.
To Search:
File list (Check if you may need any files):
source.txt
FastFileSystem.cpp