Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
8 packages returned for Tags:"mapped"
Sort by
Relevance
Downloads
Recently updated
SharedMemory
by:
spazzarama
162,845 total downloads
last updated
2/3/2022
Latest version:
2.3.2
IPC
RPC
memory
mapped
file
shared
data
circular
ring
buffer
The SharedMemory library provides a set of C# classes that utilise a memory-mapped file for fast low-level inter-process communication (IPC) - specifically for sharing data between processes. It features: * a...
More information
MemoryMessagePipe
by:
maydaytx
14,753 total downloads
last updated
6/19/2013
Latest version:
1.0.5
IPC
memory
mapped
file
messages
Fast mechanism for sending messages using memory-mapped files
MMQ
by:
Kittyfisto
5,841 total downloads
last updated
11/13/2021
Latest version:
1.0.18
.NET
IPC
Memory
Mapped
File
Queue
.NET Queue implementation backed by mapped memory
MMDataStructures
by:
buybackoff
5,137 total downloads
last updated
11/29/2014
Latest version:
0.4.0
Memory
mapped
data
structures
dictionary
arrays
list
See GitHub repo for details.
MachineMappedSettings.
NetConfigFile
by:
wadereynolds
1,575 total downloads
last updated
2/25/2015
Latest version:
1.0.5
machine
mapped
settings
config
file
MachineMappedSettings.NetConfigFile is a .NET library that provides a simple config section similar to the appSettings config section in a .NET config file that maps settings by key and machine name which...
More information
CVV.
FastIpc
by:
clayv
929 total downloads
last updated
1/11/2019
Latest version:
1.0.0
interprocess
pointers
memory
mapped
CVV.FastIpc is a very fast interprocess communication library using memory mapped files.
TjD.
Memory.
MemoryMappedFiles
by:
james.ianto.decker
206 total downloads
last updated
12/24/2022
Latest version:
0.0.2-beta
mmf
memory
mapped
file
memorymappedfile
Represents MemoryMappedFile and MemoryMappedViewAccessor as MemoryPool and MemoryManager respectively so that memory-mapped files can be accessed via Memory and Span constructs, as well as allowing them to be...
More information
TjD.
MemoryMappedFiles
by:
james.ianto.decker
100 total downloads
last updated
10/3/2022
Latest version:
0.0.1-alpha
MMF
Memory
Mapped
File
IMemoryOwner
MMF
Memory
Pool
Provides a cross-platform implementation of Memory Mapped Files that presents the file as a MemoryPool and views of the file as Memory<T>.