shared-memory topic

List shared-memory repositories

iceoryx

1.6k
Stars
369
Forks
Watchers

Eclipse iceoryx™ - true zero-copy inter-process-communication

yac

827
Stars
198
Forks
Watchers

A fast, lock-free, shared memory user data cache for PHP

cpp-ipc

1.6k
Stars
323
Forks
Watchers

C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.

ecal

790
Stars
164
Forks
Watchers

📦 eCAL - enhanced Communication Abstraction Layer. A high performance publish-subscribe, client-server cross-plattform middleware.

IPC

473
Stars
119
Forks
Watchers

IPC is a C++ library that provides inter-process communication using shared memory on Windows. A .NET wrapper is available which allows interaction with C++ as well.

shadesmar

524
Stars
80
Forks
Watchers

Fast C++ IPC using shared memory

v6d

809
Stars
117
Forks
Watchers

vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)

libshmcache

440
Stars
133
Forks
Watchers

libshmcache is a local cache in the share memory for multi processes. high performance due to read is lockless. libshmcache is 100+ times faster than a remote interface such as redis.

tcpshm

447
Stars
125
Forks
Watchers

A connection-oriented persistent message queue framework based on TCP or SHM(shared memory)

SPSC_Queue

235
Stars
67
Forks
Watchers

A highly optimized single producer single consumer message queue C++ template