- alignment and padding wrt cache lines... - 3 Updates
- Refactoring dilemma - 3 Updates
- Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack version 1.12 - 1 Update
Sunday, September 10, 2017
Digest for comp.lang.c++@googlegroups.com - 7 updates in 3 topics
- alignment and padding wrt cache lines... - 3 Updates
- Refactoring dilemma - 3 Updates
- Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack version 1.12 - 1 Update
"Chris M. Thomasson" <invalid@invalid.invalid>: Sep 10 01:50PM -0700 Here is a crude little try of mine: have not programmed this type of base logic for efficient multi-threading in a while. So, try to not to flame me too hard wrt the following code: ____________________________ #include <cstdio> #include <cstdint> #include <cstdlib> #if ! defined (CT_CLSIZE_DEFAULT) # define CT_CLSIZE_DEFAULT 64
Subscribe to:
Post Comments (Atom)
|
No comments:
Post a Comment