Optimise or not?
uninitialized_tag in C++
by Marius Elvert
From the article:
No doubt, C++ is one of those languages you can use to squeeze out every last drop of your CPU’s processing power. On the other hand, it also allows a high amount of abstraction. However, micro-optimization seldom works well with nice abstractions...
Add a Comment
Comments are closed.