Found 29 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
Fast mechanism for sending messages using memory-mapped files
This package provides file parser and memory-mapped data structures. For more details how to use MARS, please use the documentation: https://www.mars-group.org/docs/tutorial/intro
Pure c# IPC library using a memory mapped file (shared memory). Pub/sub interface, compatible with most .NET versions.
Package Description
.NET Queue implementation backed by mapped memory
Wrapper .NET Library for Win32 Memory Mapped Files API
See GitHub repo for details.
This package provides file parser and memory-mapped data structures. For more details how to use MARS, please use the handbook: https://mars-group.org/wp-content/uploads/2018/09/mars-modelling-handbook.pdf
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.
Memory-mapped file serialization and unfolding for RTHDDNetComposer. Provides binary topology serialization, buffer registry generation, and zero-copy memory layout for C++/C# interop.
Build once read many key value store based on memory mapped files http://www.apache.org/licenses/LICENSE-2.0
.NET bindings of libmdbx, succeeder of LMDB(Lightning Memory-Mapped Database)
Immutable collections that can be memory-mapped from a file.
It provides generic operations and features to use TR.SMemIF, to make access to the MemoryMappedFile more convenient.
It provides a interfaced implementation for projects using MemoryMappedFile. It is recommended to use through TR.SMemCtrler because this library provides only low-level operations.
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.