Learn2Live

随机笔记

  • 202411092142-frp使用小记

  • 202512171555c风格文件io

  • 模式匹配

  • 2022-05-23

  • 202306062013SSL-vs-TLS

Home

❯

__zettel

❯

202306281018循环队列参考

202306281018循环队列参考

2023年6月28日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