Link: Optimizing software in C++
A set of articles related to software optimization:
http://www.agner.org/optimize/
Particularly relevant is the article on C++ optimization:
http://www.agner.org/optimize/optimizing_cpp.pdf
These links were recently highlighted in Microsoft’s MSDN enews. Interestingly enough, for obvious reasons, the C++ optimization article is pretty clear in recommending that you avoid .NET and Java for anything requiring performance.
Advertisement
Categories: Programming