| ||||||||
Technical Support On-Line Manuals C251 User's Guide | Other SourcesThe quality of the compiler-generated code is more often than not directly influenced by the algorithms implemented in the program. Sometimes, you can improve the performance or reduce the code size simply by using a different algorithm. For example, a heap sort algorithm always outperforms a bubble sort algorithm. For more information on how to write efficient programs, refer to the following books: The Elements of Programming Style, Second Edition | |||||||
| ||||||||