gpt4 book ai didi

c# - 如何使用文件中的变量而不是 c# 中的内存(如页面文件)

转载 作者:太空宇宙 更新时间:2023-11-03 14:00:43 25 4
gpt4 key购买 nike

我编写了一个程序,我必须在变量中保存大量数据。我怎样才能使用文件而不是内存?比如虚拟内存(页面文件)

最佳答案

您可以利用 Memory Mapped Files为了这。在 .NET Framework 中,从版本 4.0 开始就可以使用这个不错的功能。

查看非持久内存映射文件

Non-persisted files are memory-mapped files that are not associated with a file on a disk. When the last process has finished working with the file, the data is lost and the file is reclaimed by garbage collection. These files are suitable for creating shared memory for inter-process communications (IPC).

关于c# - 如何使用文件中的变量而不是 c# 中的内存(如页面文件),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10784117/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com