How C++14 and C++17 help to write faster (and better) code. Real world examples -- Dan Levin
High-performance code and new standards of C++ with code examples.
How C++14 and C++17 help to write faster (and better) code. Real world examples
by Dan Levin
From the article:
Writing high performance code is always a difficult task. Pure algorithms are not always a good fit for the real world architectures.
Often, we’re limited to just two options: either beautiful and slow or fast and ugly.
In this article I’ll show when C++11 and C++14 can help to write fast, compact and well-structured code.

Interesting interview:
ACCU’s Overload journal of August 2016 is out. It contains the following C++ related articles.