Development

There is a difference between guidelines and rules. Boiling down guidelines to one-sentence rules has drawbacks that make your code harder to understand.

Colony – A brief history of timing

In another guest post, Matt Bentley provides us with new insights into container performance, analyzing the implications on iteration costs of his implementation of the “bucket array” concept.

Today I am pleased to announce another guest post by Matt Bentley. Matt writes about when elegance in code can hurt simplicity. If you’d like to write a guest post […]

As promised in the last post about CMake, today we’ll use a proper CMake project structure for our “Hello CMake” project.

Since I have mentioned CMake in a handful of past blog posts, it is time to give a short introduction for those that don’t know it yet.