If so much volume trades off-primary – how valid are our index values??? Good food for thought.
29/06/2011
23/06/2011
12/06/2011
11/06/2011
Old but good – Technical Report on C++ Performance
Good old reference on basic C++ performance
Contains things like details on:
- type conversion
- base class functions
- cost of virtual, vs non virtual, vs static calls
- inlining
- multiple inheritance
- various casting operations
- time overhead of various exception mgmt schemes
- templates vs inheritance
- object construction
- temp objects
- templates
- std::string usage
- etc.