Learn2Live

Home

❯

__zettel

❯

202306281018循环队列参考

202306281018循环队列参考

2025年10月07日1分钟阅读

  • 循环队列
  • cpp

下列材料可供实现并发循环队列时参考:

  1. https://github.com/facebook/folly/blob/main/folly/ProducerConsumerQueue.h
  2. https://moodycamel.com/blog/2013/a-fast-lock-free-queue-for-c++.htm
  3. https://preshing.com/20120625/memory-ordering-at-compile-time/
  4. https://github.com/cameron314/readerwriterqueue

关系图谱

Created with Quartz v4.5.2 © 2025 ❤️ Yychi