2023-05-28 12:37:54 +08:00
.github/workflows
3rdparty fix: result error 2022-12-18 20:15:31 +08:00
benchmark upd: [imp] optimized log interface implementation 2023-05-27 21:19:25 +08:00
include fix: [concur] initialization issues for queue 2023-05-28 12:37:54 +08:00
src upd: [imp] optimized log interface implementation 2023-05-27 21:19:25 +08:00
test upd: queue ut 2023-05-28 12:24:36 +08:00
.gitignore upd: .gitignore 2022-10-30 20:33:35 +08:00
CMakeLists.txt del: 3rdparty 2022-11-26 14:57:36 +08:00
LICENSE
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通讯库。

  • 重构中……