So what algorithms are available here as of now:
Bounded MPMC queue
Intrusive MPSC node-based queue
Non-intrusive MPSC node-based queue
Unbounded SPSC Queue
Case Study: FastFlow Queue
And also some general thoughts on priority queues:
Priority Queues