Align the MPMC queue to pagesize

This commit is contained in:
2026-03-09 18:01:11 +01:00
parent f3c4cb7b76
commit 1fa306643f
2 changed files with 11 additions and 7 deletions

View File

@@ -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