forked from amir/filehasher
Align the MPMC queue to pagesize
This commit is contained in:
@@ -31,3 +31,5 @@ Making the LF MPMC queue generic and in a seperate header file
|
||||
4.0: Implementing a semaphore in the LF MPMC queue to wake up consumers when there is items in the queue instead of spinning (busy waiting) or sleeping, this makes the queue spin only when the slots are transitionning (multiple consumers claiming the same slot)
|
||||
|
||||
Making the MPMC queue platform agnostic
|
||||
|
||||
Align the MPMC queue to pagesize
|
||||
|
||||
Reference in New Issue
Block a user