I have a few files on my hard drive that are used by certain application very frequently, it just reads them randomly during the work.
Since the HDD is quite slow, an application is experiencing some sort of lags. I want to improve the performance by utilizing some sort of RAM drive, the idea is to physically place those frequently accessed files into RAM.
The problem is that I cannot just move those files into RAM and change the location paths for my application, I need to find a way to "virtualize" those files so the application could access them "by reference".
It must be some sort of a "shortcut" but more low-level I think, so an application will not be able to find a difference.
Is there some soft for this? Can anybody direct me? I'm running Windows 7.