A cross-platform shared memory queue for fast communication between processes (Interprocess Communication or IPC).
☆202Jan 12, 2025Updated last year
Alternatives and similar repositories for interprocess
Users that are interested in interprocess are comparing it to the libraries listed below
Sorting:
- C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)☆606Jan 20, 2025Updated last year
- A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.☆351Feb 16, 2026Updated last week
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆196Mar 17, 2024Updated last year
- .NET inter process broadcast message bus with supporting classes☆112Nov 16, 2025Updated 3 months ago
- The most portable alternative to Microsoft.Build for evaluating, manipulating, and other progressive data processing in a compatible XML-…☆18Feb 22, 2024Updated 2 years ago
- High performance in-memory/distributed messaging pipeline for .NET and Unity.☆1,782Updated this week
- Fast, idiomatic C# implementation of Flatbuffers☆567May 26, 2025Updated 9 months ago
- Implementation of a lock-free dictionary on .Net.☆543Feb 24, 2025Updated last year
- Named pipe transport for gRPC in C#/.NET☆207Feb 14, 2025Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆43Updated this week
- This XenoAtom.Interop project provides a set of C# libraries to interop with C/C++ libraries (musl, libgit2, sqlite, vulkan...)☆65May 5, 2025Updated 9 months ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆701Feb 20, 2026Updated last week
- A .NET Standard 2.1+ Library to perform string parsing operations on Streams and StreamReaders. Includes Extensions for Regex.☆20Feb 19, 2026Updated last week
- High performance, thread-safe in-memory caching primitives for .NET☆584Feb 2, 2026Updated 3 weeks ago
- ZoneTree is a persistent, high-performance, transactional, and ACID-compliant ordered key-value database for .NET. It operates seamlessly…☆451Feb 7, 2026Updated 3 weeks ago
- ☆23Jan 4, 2026Updated last month
- Robust and efficient library for management of asynchronous operations in C#/.Net.☆251Dec 7, 2025Updated 2 months ago
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆597Apr 2, 2024Updated last year
- Simple, super fast, typed and event driven style inter-process communication .Net library (on the same machine)☆27Sep 11, 2021Updated 4 years ago
- A .NET library to parse XML at lightspeed with zero allocation.☆119Mar 17, 2024Updated last year
- Fast and memory-efficient immutable collections and helper data structures☆251Sep 18, 2025Updated 5 months ago
- ServiceWire is a very fast and light weight service host and dynamic client library that simplifies the development and use of high perfo…☆194Dec 14, 2024Updated last year
- .NET managed sockets wrapper using the new "Pipelines" API☆440May 7, 2025Updated 9 months ago
- A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.☆122Feb 20, 2026Updated last week
- A port of the dotnet/runtime RyuJIT compiler to C#☆48May 15, 2024Updated last year
- .NET Core Inter-process communication framework☆371Dec 20, 2025Updated 2 months ago
- C# Source Generator library for Inter-Process Communication☆49Updated this week
- This library provides struct based collections for high performance and low memory usage☆36Oct 27, 2024Updated last year
- Example of C# anonymous pipes (bidirectional) for interprocess communication (IPC)☆16May 26, 2025Updated 9 months ago
- Playing around to make a high-performance prefix tree implementation in C#☆18Jan 1, 2024Updated 2 years ago
- NWindows is a cross-platform window creation and management library for .NET