Reduce C/C++ compile time with distcc

Some people prefer the convenience of pre-compiled binaries in the form of RPMs or other such installer methods. But this can be a false economy, especially with programs that are used frequently: precompiled binaries will never run as quickly as those compiled with the right optimizations for your own machine. If you use a distributed compiler, you get the best of both worlds: fast compile and faster apps. This article shows you the benifits of using distcc, a distributed C compiler based on gcc, that gives you significant productivity gains.

24 Comments

  1. 2004-07-04 6:19 pm
  2. 2004-07-04 7:59 pm
  3. 2004-07-04 8:16 pm
  4. 2004-07-04 8:59 pm
  5. 2004-07-04 10:17 pm
  6. 2004-07-04 10:28 pm
  7. 2004-07-04 11:15 pm
  8. 2004-07-04 11:15 pm
  9. 2004-07-05 12:03 am
  10. 2004-07-05 12:54 am
  11. 2004-07-05 5:14 am
  12. 2004-07-05 5:39 am
  13. 2004-07-05 6:54 am
  14. 2004-07-05 8:33 am
  15. 2004-07-05 10:29 am
  16. 2004-07-05 10:36 am
  17. 2004-07-05 11:27 am
  18. 2004-07-05 12:03 pm
  19. 2004-07-05 3:57 pm
  20. 2004-07-05 5:38 pm
  21. 2004-07-05 6:21 pm
  22. 2004-07-06 1:36 am
  23. 2004-07-06 5:41 am
  24. 2004-07-06 7:23 am