- Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack version 1.12 - 2 Updates
- Jesus Christ in His proper place - 2 Updates
- Comments can make code LESS readable. - 4 Updates
Wednesday, September 6, 2017
Digest for comp.lang.c++@googlegroups.com - 8 updates in 3 topics
- Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack version 1.12 - 2 Updates
- Jesus Christ in His proper place - 2 Updates
- Comments can make code LESS readable. - 4 Updates
aminer68@gmail.com: Sep 06 10:13AM -0700 Hello, Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack version 1.12 I have properly aligned and padded for false-sharing, here is what i have used: #if defined(__GNUC__) #ifndef ALIGN64 #define ALIGN64 __attribute__((aligned (64)));
Subscribe to:
Post Comments (Atom)
|
No comments:
Post a Comment