{"id":61933,"library":"cpp-ipc","title":"cpp-ipc","description":"C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.","status":"active","version":"1.4.1","language":"cpp","source_language":null,"source_url":null,"tags":["ipc","shared-memory","inter-process-communication","high-performance"],"install":[{"cmd":"vcpkg install cpp-ipc","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(cpp_ipc CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE cpp-ipc::cpp-ipc)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"cpp-ipc/ipc.h","correct":"#include <cpp-ipc/ipc.h>"}],"quickstart":{"code":"#include <cpp-ipc/ipc.h>\n#include <iostream>\n\nint main() {\n    ipc::channel ch(\"my_channel\");\n    std::string msg = \"Hello from process\";\n    ch.send(msg.data(), msg.size());\n    std::cout << \"Message sent\" << std::endl;\n    return 0;\n}","lang":"cpp","description":"Send a message via shared memory IPC channel"},"warnings":[{"fix":"Ensure the shared memory directory exists and has appropriate permissions.","message":"Requires platform-specific shared memory configuration on Linux (e.g., /dev/shm) and Windows (page file).","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'c':4 'communic':14,27 'cpp':2 'cpp-ipc':1 'high':9,29 'high-perform':8,28 'inter':12,25 'inter-process':11 'inter-process-commun':24 'ipc':3,5,20 'librari':6 'linux/windows':19 'memori':17,23 'perform':10,30 'process':13,26 'share':16,22 'shared-memori':21 'use':15","created_at":"2026-06-17T05:11:13.253939+00:00","updated_at":"2026-06-17T05:11:13.253939+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}