Found 26 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
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
Fast mechanism for sending messages using memory-mapped files
Wrapper .NET Library for Win32 Memory Mapped Files API
Pure c# IPC library using a memory mapped file (shared memory). Pub/sub interface, compatible with most .NET versions.
.NET Queue implementation backed by mapped memory
A library that provides classes to simply IPC (inter process communication)
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
Library for creating a sharable read-only snapshot of string to byte array data. Version 1.0 has limited nested table support.
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.
Memory mapped files tool for signal buffers
FileMemory allows file data to be accessed as Span<byte> without additional allocation of heap memory. This is useful when working with large file data.
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.
Memory-mapped file serialization and unfolding for RTHDDNetComposer. Provides binary topology serialization, buffer registry generation, and zero-copy memory layout for C++/C# interop.
Immutable collections that can be memory-mapped from a file.
I/O-related classes and utilities including MemoryMappedFile-based Stream
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).