Update README.md

This commit is contained in:
木头云 2019-01-18 13:02:53 +08:00 committed by GitHub
parent e5a5b9f680
commit 5ecbe21bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
A high-performance inter-process communication using shared memory on Linux/Windows. A high-performance inter-process communication using shared memory on Linux/Windows.
使用共享内存的跨平台Linux/Windowsx86/x64/ARM高性能IPC通讯库。 使用共享内存的跨平台Linux/Windowsx86/x64/ARM高性能IPC通讯库。
* 需要支持C++17的编译器msvc-2017/gcc-7/clang-4 * 推荐支持C++17的编译器msvc-2017/gcc-7/clang-4
* 除STL外无其他依赖 * 除STL外无其他依赖
* 无锁lock-free或轻量级shared-spin-lock`ipc::channel::connect`/`disconnect` * 无锁lock-free或轻量级shared-spin-lock`ipc::channel::connect`/`disconnect`
* 底层数据结构为循环数组circular array * 底层数据结构为循环数组circular array