Go to the first, previous, next, last section, table of contents.


Faster Programs

Aside from the usual gcc options, such as `-O', `-ffast-math', and so on, consider trying some of the following approaches to speed up your program (once you get it working).


Go to the first, previous, next, last section, table of contents.