Remove misleading comment
This commit is contained in:
@@ -36,8 +36,6 @@
|
|||||||
//
|
//
|
||||||
// Memory Model:
|
// Memory Model:
|
||||||
// - Ring buffer size must be power of 2 for efficient masking
|
// - Ring buffer size must be power of 2 for efficient masking
|
||||||
// - Uses 64-bit indices to avoid ABA problems (indices never repeat until
|
|
||||||
// uint32_t overflow)
|
|
||||||
// - Actual ring slots accessed via: index & (slotCount - 1)
|
// - Actual ring slots accessed via: index & (slotCount - 1)
|
||||||
// - 128-byte aligned atomics prevent false sharing between CPU cache lines
|
// - 128-byte aligned atomics prevent false sharing between CPU cache lines
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user