C++ performance issues and techniques
Steve Hutton
shutton at attbi.com
Wed Feb 18 05:53:21 CET 2004
I came accross this link on Stroustrup's site:
http://www.research.att.com/~bs/performanceTR.pdf
Executive Summary:
The aim of this report is:
* to give the reader a model of time and space overheads implied by
use of various C++ language and library features.
* to debunk widespread myths about performance problems.
* to present techniques for use of C++ in applications wher performance
matters, and
* to present techniques for implementing C++ Standard language and library
facilities to yield efficient code.
Steve
More information about the Kde-optimize
mailing list