Skip to content
Erez Strauss edited this page Nov 30, 2024 · 3 revisions

Welcome to the Lock-free MPMC Queue Wiki !

The lock-free MPMC queue was presented in CppCon 2024 and CppCon 2023, here are links to the youtube videos and the slides:

CppCon 2024:

The presentation: https://youtu.be/bjz_bMNNWRk

The slides: Lockfree_MPMC_Queue_CppCon_2024_ES_Updated_Nov11.pdf

Please note:

  • At 33m:05s the write operations to the queue are only using the write index, and not the read index. Read operations are only using the read index.
  • At 35m:29s the slides number 28 - 32 in the video are incorrect, please refer to the slides in the above pdf file for updated slides

CppCon 2023:

The presentation: https://youtu.be/M3v2GfeGJYs

The slides: CppCon2023_ES_Lockfree_MPMC_Queue_Oct3.pdf

If you have questions please email me at erez @ erezstrauss.com

Clone this wiki locally