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

Breaking up large header files

The third technique we use to minimize compilation time is to break large header files into smaller header files. While this violates the one-header-file-per-component rule, it decreases the compilation time for client .c files that use only a small fraction a component's facilities. The Path(3C++) component illustrates this technique.


Next topic: Executable size
Previous topic: Minimizing type conversions

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