.Net Framework 4.0: Using memory mapped files(weblogs.asp.net)
submitted by
gpeipman(3145) 2 years, 11 months ago
.Net Framework 4.0 introduces memory mapped files. Memory mapped files are useful when you need to do in-memory data manipulation and your data structures are large. For large in-memory data the performance of memory mapped file is the best. It is much faster than MemoryStream. And like files on hard disc, memory mapped files can be shared between different programs.
|category: Visual Studio
|Views: 109
tags:
VisualStudio another
Everyones tags:
Your Tags: