2024-01-06 17:34:59 +08:00
.github/workflows 调整github ci 2022-02-27 17:14:59 +08:00
benchmark rename concur::queue => `concur::circular_queue 2023-11-18 16:10:24 +08:00
include Update libpmr code 2024-01-06 17:34:59 +08:00
src [TBD] add global object creation function 2024-01-01 18:04:53 +08:00
test Update libpmr code 2024-01-06 17:34:59 +08:00
.gitignore Update .gitignore 2023-10-28 18:58:16 +08:00
CMakeLists.txt add /fsanitize=address for MSVC DEBUG 2023-10-22 18:22:32 +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通讯库。

  • 重构中……