ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Overload Journal #146 - August 2018

Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Overload 146 ePub

Bob Schmidt

21 August 2018 01:07:14 +01:00

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Overload 146 PDF

Bob Schmidt

12 August 2018 19:35:52 +01:00

Should I Lead by Example?
Description : Stuck on a problem? Frances Buontempo considers where to turn to for inspiration.
Category: [ Journal Editorial ]
Cache-Line Aware Data Structures
Description : Structuring your program to consider memory can improve performance. Wesley Maness and Richard Reich demonstrate this with a producer–consumer queue.
Category: [ Programming Topics ]
miso: Micro Signal/Slot Implementation
Description : The Observer pattern has many existing implementations. Deák Ferenc presents a new implementation using modern C++ techniques.
Category: [ Programming Topics ]
(Re)Actor Allocation at 15 CPU Cycles
Description : (Re)Actor serialisation requires an allocator. Sergey Ignatchenko, Dmytro Ivanchykhin and Marcos Bracco pare malloc/free down to 15 CPU cycles.
Category: [ Programming Topics ]
How to Write a Programming Language: Part 2, The Parser
Description : We’ve got our tokens: now we need to knit them together into trees. Andy Balaam continues writing a programming language with the parser.
Category: [ Programming Topics ]
Compile-time Data Structures in C++17: Part 1, Set of Types
Description : Compile time data structures can speed things up at runtime. Bronek Kozicki details an implementation of a compile time set.
Category: [ Programming Topics ]
Afterwood
Description : Much ado about nothing. Chris Oldwood considers what we have when we have nothing.
Category: [ Design of applications and programs ]