Test Memory Mapped File
LINQPad script for testing memory mapped files.
LINQPad script for testing memory mapped files.
In my last post I introduced Memory Mapped Files, and discussed how you could mark them as sparse. Today, I would like to talk a little about performance. Using LINQPad (my favourite tool!), I created a rough and ready test script which can be downloaded at the end of the article. The idea was to …