update README.md

This commit is contained in:
mutouyun 2018-12-28 17:36:24 +08:00
parent dc5cb05cbd
commit 4bffd43b78

View File

@ -8,7 +8,7 @@ A high-performance inter-process communication using shared memory on Linux/Wind
* 需要支持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
* `ipc::route`支持单生产者多消费者1vN)`ipc::channel`支持多生产者多消费者NvM * `ipc::route`支持单生产者多消费者1vN)`ipc::channel`支持多生产者多消费者NvM
## Performance ## Performance