Chris Donnan : Programming – Brooklyn Style
software, trading, family, fun
Old but good – Technical Report on C++ Performance
Posted C++, coding on Saturday, June 11th, 2011.
Posted C++, coding on Saturday, June 11th, 2011.
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.
Responses are currently closed, but you can trackback from your own site.
