diff --git a/README.md b/README.md index ce4db8d..9e7f45c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A high-performance inter-process communication using shared memory on Linux/Wind * 推荐支持C++17的编译器(msvc-2017/gcc-7/clang-4) * 除STL外,无其他依赖 - * 无锁(lock-free)或轻量级shared-spin-lock(`ipc::channel::connect`/`disconnect`) + * 无锁(lock-free)或轻量级spin-lock * 底层数据结构为循环数组(circular array) * `ipc::route`支持单生产多消费,`ipc::channel`支持多生产多消费