Top "Memory-mapped-files" questions

A file whose contents are mapped in virtual memory.

Performance of Win32 memory mapped files vs. CRT fopen/fread

I need to read (scan) a file sequentially and process its content. File size can be anything from very small (…

c++ performance winapi memory-mapped-files
Memory-Mapped Files vs. RAM Disk

For the game Minecraft, the general approach when running the server application is to run it in a RAMDisk, as …

c# .net filesystems memory-mapped-files ramdisk
Increase the size of the memory mapped file

Possible Duplicate: How to dynamically expand a Memory Mapped File Hi, I have a tree-like data structure stored in a …

c++ c windows winapi memory-mapped-files
How to use Linux hugetlbfs for shared memory maps of files?

I have a program which uses mmap() and shared memory to efficiently access a large database file. I would like …

linux memory-mapped-files vfs huge-pages
Can multiple threads see writes on a direct mapped ByteBuffer in Java?

I'm working on something that uses ByteBuffers built from memory-mapped files (via FileChannel.map()) as well as in-memory direct ByteBuffers. …

java concurrency memory-mapped-files bytebuffer filechannel
C# UWP Windows 10 Inter Process Communication with MemoryMappedFiles missing

I'm facing a new problem, that occured while coding my IPC for my app. Before UWP I was able to …

c# shared-memory win-universal-app memory-mapped-files uwp