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.
Add a Comment
Comments are closed.