cpp-ipc
IPC library
A high-performance inter-process communication library using shared memory on Linux/Windows.
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
2k stars
55 watching
340 forks
Language: C++
last commit: about 2 months ago
Linked from 1 awesome list
cppcpp17ipclinuxshared-memorywindows
Related projects:
Repository | Description | Stars |
---|---|---|
mutouyun/cpp-format | C++ formatting library with syntax compatible to C#/Rust/Python | 11 |
jarikomppa/ipc | Provides a set of basic primitives for inter-process communication between different parts of a program or across multiple processes. | 135 |
saprykin/plibsys | A portable C system library providing various low-level functionality including threading, synchronization, networking, and data structures. | 691 |
cppcon/cppcon2017 | A collection of presentation materials from CppCon 2017, including slides and code for talks on various C++ topics. | 1,785 |
servo/ipc-channel | A Rust-based implementation of a process communication API using native OS abstractions | 875 |
pagghiu/sanecpplibraries | A set of C++ libraries providing platform abstraction and utility functions for asynchronous I/O, networking, file systems, and other core system operations. | 520 |
c-robinson/iplib | A library for working with IP addresses and networks in Go | 144 |
rabauke/mpl | A C++17 message passing library based on the MPI standard for high-performance computing. | 168 |
cryptobiu/libscapi | Provides high-performance protocols and cryptographic infrastructure for secure multiparty computation | 181 |
kmc7468/cppdnn | Provides machine learning capabilities in C++11 | 9 |
richelbilderbeek/travis_gcc_cpp17 | A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
organic-code/breep | A high-level C++ peer-to-peer networking library that simplifies network communication by abstracting away low-level details. | 139 |
managarm/mlibc | A portable C standard library with support for multiple architectures and operating systems. | 853 |
cppcon/cppcon2016 | Collection of slides, code, and materials from CppCon 2016 presentations on C++ development topics | 1,809 |
kumokyaku/kcp | A C# implementation of the KCP (KCP) networking protocol. | 838 |