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

Browse in : > Journals > Overload > o146
• Design +

• o146 +
  • Overload 26 PDF
  • Overload 25 PDF
  • Overload 24 PDF
  • Overload 23 PDF
  • Overload 22 PDF
  • Overload 21 PDF
  • Overload 20 PDF
  • Overload 19 PDF
  • Overload 16 PDF
  • Overload 15 PDF
  • Overload 14 PDF
  • Overload 13 PDF
  • Overload 12 PDF
  • Overload 11 PDF
  • Overload 10 PDF
  • Overload 9 PDF
  • Overload 8 PDF
  • Overload 7 PDF

Modern SAT solvers: fast, neat and underused (part 1 of N)
Description : SAT solvers can quickly find solutions to Boolean Logic problems. Martin Hořeňovský demonstrates how this can be used to solve arbitrary Sudoku puzzles. by Martin Hořeňovský
Category: [ Overload Journal #150 - April 2019 | Design of applications and programs ]
The Simple Life
Description : Pete Goodliffe urges us to keep code simple. by Pete Goodliffe
Category: [ CVu Journal Vol 31, #1 - March 2019 | Design of applications and programs ]
5 Big Fat Reasons Why Mutexes Suck Big Time
Description : Mutable shared state in multithreaded code is often protected by mutexes. Sergey Ignatchenko reminds us that Re-Actors can avoid many of the problems. by Sergey Ignatchenko
Category: [ Overload Journal #149 - February 2019 | Design of applications and programs ]
A Small Universe
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++. by Deák Ferenc
Category: [ Overload Journal #149 - February 2019 | Design of applications and programs ]
A Small Universe Part II
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++. by Deák Ferenc
Category: [ Overload Journal #149 - February 2019 | Design of applications and programs ]
A Thorough Introduction to Distributed Systems
Description : What is a distributed system, and why is it so complicated? Stanislav Kozlovski explains. by Stanislav Kozlovski
Category: [ Overload Journal #149 - February 2019 | Design of applications and programs ]
Don’t Use std::endl
Description : How do you add a new line in C++? Chris Sharpe suggests std::endl is a tiny utility that’s more trouble than it’s worth. by Chris Sharpe
Category: [ Overload Journal #149 - February 2019 | Design of applications and programs ]
China’s New AI School Textbooks
Description : Silas Brown is sceptical about an education initiative. by Silas S. Brown
Category: [ CVu Journal Vol 30, #6 - January 2019 | Design of applications and programs ]
Diseconomies of Scale
Description : Bigger is not always better. Allan Kelly considers when smaller is more productive. by Allan Kelly
Category: [ Overload Journal #148 - December 2018 | Design of applications and programs ]
Flip Model: A Design Pattern
Description : Publishing dynamic, complex data to many clients in a threadsafe manner is challenging. Daniele Pallastrelli presents the Flip model pattern to overcome the challenges. by Daniele Pallastrelli
Category: [ Overload Journal #148 - December 2018 | Design of applications and programs ]
Memory Management Patterns in Business-Level Programs
Description : There are many memory management patterns. Sergey Ignatchenko considers these from an application level. by Sergey Ignatchenko
Category: [ Overload Journal #148 - December 2018 | Design of applications and programs ]
Compile-time Data Structures in C++17: Part 3, Map of Values
Description : A compile time map of values allows code to be tested more easily. Bronek Kozicki demonstrates how to avoid a central repository of values. by Bronek Kozicki
Category: [ Overload Journal #148 - December 2018 | Design of applications and programs ]
Measuring Throughput and the Impact of Cache-line Awareness
Description : How do you measure throughput? Richard Reich and Wesley Maness investigate suitable metrics. by Richard Reich & Wesley Maness
Category: [ Overload Journal #148 - December 2018 | Design of applications and programs ]
Should I Lead by Example?
Description : Stuck on a problem? Frances Buontempo considers where to turn to for inspiration. by Frances Buontempo
Category: [ Overload Journal #146 - August 2018 | 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. by Wesley Maness and Richard Reich
Category: [ Overload Journal #146 - August 2018 | 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. by Deák Ferenc
Category: [ Overload Journal #146 - August 2018 | 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. by Sergey Ignatchenko, Dmytro Ivanchykhin and Marcos Bracco
Category: [ Overload Journal #146 - August 2018 | 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. by Andy Balaam
Category: [ Overload Journal #146 - August 2018 | 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. by Bronek Kozicki
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
Afterwood
Description : Much ado about nothing. Chris Oldwood considers what we have when we have nothing. by Chris Oldwood
Category: [ Overload Journal #146 - August 2018 | Design of applications and programs ]
  |<   <<   1   2   3   4   5   6   7   8   9   10   >>   >|