Xref: utzoo comp.lang.fortran:5813 comp.lang.c:40533 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!nather From: nather@ut-emx.uucp (Ed Nather) Newsgroups: comp.lang.fortran,comp.lang.c Subject: Re: Fortran and C performance (was: NAG Fortran 90 announcement) Message-ID: <51310@ut-emx.uucp> Date: 27 Jun 91 15:55:55 GMT References: <15634@exodus.Eng.Sun.COM> <26334@lanl.gov> <911@cadlab.sublink.ORG> Followup-To: comp.lang.fortran comp.lang.c Organization: The University of Texas at Austin; Austin, Texas Lines: 6 As a point of reference, we use a Discrete (Slow) Fourier transform program a lot. The original was written in Fortran, carefully structured for speed at the source code level. Some time ago the original author decided to learn C, and used the DFT as a way to do so. He re-coded the program in C that had a strong Fortran accent. It ran 25% faster. The Fortran: Microsoft for the IBMPC. C: Borland's C++.