Found 15 packages
Provides classes for using a memory-mapped file, which maps the contents of a file to an application's logical address space. Commonly Used Types: System.IO.MemoryMappedFiles.MemoryMappedViewAccessor System.IO.MemoryMappedFiles.MemoryMappedViewStream System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFileAccess When using NuGet 3.x this package requires at least version 3.4.
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 lock-free FIFO circular buffer * a simple fixed-size generic shared memory array class * a bi-directional RPC implementation (.NET 4.5+ / .NET Standard 2.0+ only) * an implementation of a shared memory buffer for read/write. * support for memory-mapped files in .NET 3.5/4/4.5 and .NET Standard 2.0+ * fast generic structure reading/writing Usage: https://github.com/spazzarama/SharedMemory
Package Description
Fast mechanism for sending messages using memory-mapped files
Wrapper .NET Library for Win32 Memory Mapped Files API
LinksPlatform's Platform.Memory Class Library
Memory-mapped file transport client for WitRPC, enabling high-speed inter-process communication via a shared memory region (for on-machine RPC calls).
Memory-mapped file transport server for WitRPC, allowing a server to listen for client connections via a shared memory segment (for high-performance on-machine communication).
CVV.FastIpc is a very fast interprocess communication library using memory mapped files.
Memory mapped files tool for signal buffers
rFactor2 shared memory reader addapted for .net. Also provides additional functionality to read Le Mans Ultimate telemetry that's not available through rFactor2 shared memory API. It provides all the necessary structs and enums. Le Mans Ultimate functionality might break in future updates of the game as memory layout is not guaranteed to be stable. Only available for Windows platform as it depends on MemoryMappedFiles.
Build once read many key value store based on memory mapped files http://www.apache.org/licenses/LICENSE-2.0
biz.dfch.PS.System.IO ===================== Module: biz.dfch.PS.System.IO d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland This Microsoft PowerShell module contains Cmdlets to perform read and write actions to memory mapped files. See http://d-fens.ch/2014/11/25/module-biz-dfch-ps-system-io/ See https://github.com/dfch/biz.dfch.PS.System.IO/wiki for a detailed description on how to use the Cmdlets in this module.
A high-performance, zero-dependency C# library for fast inter-process communication using Memory-Mapped Files. Supports real-time messaging across processes with minimal latency.
Async Event Aggregator with optaional IPC Transports. Uses weak references, request/response, timeouts, Transports Named Pipes, Memory-Mapped Files, and TCP/IP.