高性能并发无锁队列,同时支持多生产者、多消费者。使用二阶段提交、cas、循环队列、缓存行填充等优化手段。
-
Updated
Jun 18, 2022 - Java
高性能并发无锁队列,同时支持多生产者、多消费者。使用二阶段提交、cas、循环队列、缓存行填充等优化手段。
Add a description, image, and links to the consumebarrier topic page so that developers can more easily learn about it.
To associate your repository with the consumebarrier topic, visit your repo's landing page and select "manage topics."