Ross ROSS = Recommend OSS · open-source software intelligence for agents

mutouyun/cpp-ipc

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

github.com/mutouyun/cpp-ipc · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

73/100

  • Activity 72
  • Release rhythm 60
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 3
  • age_days: 2844
  • days_rel: 264
  • days_push: 172
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2225 stars · 395 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity active

concurrency serialization developer-tools microservices cross-platform windows cpp cross-platform ipc shared-memory lock-free message-passing cpp17 broadcast high-performance linux

1 source

Member repositories

RepositoryRoleHealth v2
mutouyun/cpp-ipcmain73

For agents

markdown · JSON · MCP: product_card(name="mutouyun/cpp-ipc")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem