Improving the lock free mpmc queue
Making the queue growable Add padding to avoir false sharing Add sleep() and SwitchToThread() to limit spinning
This commit is contained in:
@@ -9,3 +9,7 @@ v3.0: Simple mutex/critical section based MPMC queue
|
||||
reusable hashing buffer
|
||||
|
||||
v3.1: Lock free MPMC queue
|
||||
|
||||
v3.2: Making the lock free MPMC queue growable
|
||||
Add padding to avoir false sharing
|
||||
Add sleep() and SwitchToThread() to limit spinning
|
||||
|
||||
Reference in New Issue
Block a user