Page 1 of 1

No read-ahead?

Posted: Sun Apr 01, 2012 2:39 am
by wfunction
Does FancyCache not do read-ahead?

If it did, it would speed up some programs a lot, because some operations, such as FSCTL_GET_NTFS_FILE_RECORD (http://msdn.microsoft.com/en-us/library ... 64568.aspx), do not perform a read-ahead, and so using them is a lot slower than it should be. FancyCache could greatly improve the performance of programs that do such operations. :)

Re: No read-ahead?

Posted: Thu Apr 05, 2012 7:51 am
by Support
Thanks for your suggestions.

Currently FC doesn't implement read-ahead.