DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
The Design of C++ Standard Components

Execution speed

Execution speed is usually the biggest concern of programmers; they simply won't use a component unless it runs almost as fast as hand-crafted code. An exception to this rule occurs when the hand-crafted code would be truly difficult or time-consuming to write. Even then, programmers will continue to grumble about execution speed until something is done to improve it.

We designed our components for execution speed in three ways. Listed in decreasing order of importance, they are:


Next topic: Algorithms and data structures
Previous topic: Kinds of efficiency

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004