Learn2Live

随机笔记

  • 小内存机器的自我救赎

  • Linux 使用指北

  • 202512231445gdb调试optimized out变量

  • 202306270923memcpy

  • 202412112316linux桌面美化

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 - 2026 ❤️ Yychi