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

Design of applications and programs

Browse in : > Topics > Design

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

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

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

A Thorough Introduction to Distributed Systems
Description : What is a distributed system, and why is it so complicated? Stanislav Kozlovski explains. by Stanislav Kozlovski

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