# mutouyun/cpp-ipc

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

Repository: https://github.com/mutouyun/cpp-ipc
Canonical: https://ross.abutalabs.com/products/cpp-ipc
Language: C++
License: NOASSERTION
License Family: other
Topics: cpp, cpp17, ipc, shared-memory, linux, windows
Last push: 2026-03-14T04:54:40+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 72, release rhythm 60, longevity 100
- inputs: {"age_days": 2844, "days_push": 172, "days_rel": 264, "gap_med": 3, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2225, forks 395 (observed 2026-08-28T04:06:28.032638+00:00)

## What it is
A high-performance C++17 inter-process communication library using shared memory, supporting Linux, Windows, and FreeBSD. It provides lock-free channels and routes for broadcasting messages between processes with no external dependencies beyond the STL.

## Use cases
- send messages between processes using shared memory
- build a high-performance pub-sub channel in C++
- replace sockets with faster local IPC
- broadcast data from one process to many readers
- communicate between C++ processes on Linux and Windows

## When to choose
- you need low-latency, high-throughput local IPC in C++
- you want a dependency-free, header-light library installable via vcpkg
- you need cross-platform shared-memory messaging (Linux/Windows/FreeBSD)

## When to avoid
- you need network or cross-machine communication
- you need more than 32 receivers per channel
- your project targets C++ standards older than C++17

## Facets
- artifact type: library
- maturity: active
- function: concurrency, serialization
- domain: developer-tools, microservices, cross-platform
- platform: windows, cpp, cross-platform
- tags: ipc, shared-memory, lock-free, message-passing, cpp17, broadcast, high-performance, linux

## Member repositories
- mutouyun/cpp-ipc (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:28.032638+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:44:55.652591+00:00, confidence not recorded.
  - readme: https://github.com/mutouyun/cpp-ipc (fetched 2026-08-28T04:06:28.032638+00:00, sha 4cb59e7d4bac)
- Data as of 2026-08-30T08:39:29.467469+00:00.
