Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为主机程序开发一个插件,我需要与它与磁盘中的临时文件进行通信;如果临时文件存储在内存中的虚拟驱动器中,则性能可能会大大提高。
在 Delphi 中实现内存中虚拟驱动器的提示也值得赞赏。
检查这个,它基于来自 MSFT 的示例 RAMDisk 驱动程序,并且似乎可以通过一些注册表调整进行配置。
有一个免费版本的VSuite Ramdisk可以满足您的需求。