Skip to content

Commit 598fef9

Browse files
authored
Removal of SPSC queue slot padding (#208)
1 parent 77991e8 commit 598fef9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

core/include/join/queue.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ namespace join
7373
{
7474
/// stored element data.
7575
Type data;
76-
77-
/// padding to prevent false sharing.
78-
char _padding[(64 - (sizeof (Type) % 64)) % 64];
7976
};
8077

8178
/**

0 commit comments

Comments
 (0)