.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.
|
5
proggs |
Sunday, June 21, 2009 3:56:52 PM GMT
Sunday, June 21, 2009 10:08:51 AM GMT
|





Комментариев нет, оставьте первый комментарий.