2024-06-02 18:23:56 +08:00
.github/workflows 调整github ci 2022-02-27 17:14:59 +08:00
benchmark Use std::ignore to fix unused variable warnings 2024-05-19 18:49:50 +08:00
include Refactor intrusive_stack implementation and tests 2024-06-02 18:23:56 +08:00
src Fix exception handling and logging in the code 2024-03-10 13:38:28 +08:00
test Refactor intrusive_stack implementation and tests 2024-06-02 18:23:56 +08:00
.gitignore Update .gitignore 2023-10-28 18:58:16 +08:00
CMakeLists.txt Update CMakeLists.txt and expected.h, remove unused files, and improve thread safety in block_pool.cpp 2024-03-09 19:14:41 +08:00
LICENSE 调整目录结构,隔离include路径,修正tls在win下的问题 2020-09-13 17:29:14 +08:00
README.md Update README.md 2022-05-15 20:05:55 +08:00

cpp-ipc(libipc) - C++ IPC Library

MIT licensed Build Status Vcpkg package

A high-performance inter-process communication using shared memory on Linux/Windows.
使用共享内存的跨平台Linux/Windowsx86/x64/ARM高性能IPC通讯库。

  • 重构中……