Showing posts with label performance. Show all posts
Showing posts with label performance. Show all posts

Thursday, March 5, 2015

Tips for fast C++ code

Hello!

I recently found an interesting article on Daniweb by a guy named Mikael Persson where he tells some interesting tricks about getting a higher-performance code. Here is the link. Although some of his solutions are quite code-dependent (that is, they depend to much in what specific code are you working with), the general principles and some tricks are still nice to know.


May the Lord be with you, always.