Update README.md

This commit is contained in:
木头云 2019-01-02 18:36:50 +08:00 committed by GitHub
parent d67a2076ed
commit d18c199401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@ A high-performance inter-process communication using shared memory on Linux/Wind
* 底层数据结构为循环数组circular array * 底层数据结构为循环数组circular array
* `ipc::route`支持单生产多消费,`ipc::channel`支持多生产多消费 * `ipc::route`支持单生产多消费,`ipc::channel`支持多生产多消费
## Usage
See: [Wiki](/mutouyun/cpp-ipc/wiki)
## Performance ## Performance
Environment | Value Environment | Value