FICHA · AUR

cxxshm

A C++ library to handle POSIX shared memory

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 31, 2026 description in en

Description

POSIX shared memory can be managed from C++ code through a helper library. This is useful for applications that need fast data sharing between processes on Linux.

Shared memory can expose data across process boundaries and needs explicit cleanup. Applications should design permissions, naming, and lifetime management carefully.

Permissions

Permissions not analysed for this source yet.