From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,90c3c79963d78580 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-10 23:29:11 PST Path: archiver1.sj.google.com!newsfeed.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!chcgil2-snh1.gtei.net!denver-snf1.gtei.net!news.gtei.net!coop.net!newsfeed1.global.lmco.com!svlnews.lmms.lmco.com!news1.lmtas.lmco.com!not-for-mail From: Gary Scott Newsgroups: comp.lang.ada Subject: Re: Numerical Computation and Ada95 Date: Thu, 10 May 2001 15:08:53 -0500 Organization: LM Aeronautics Message-ID: <3AFAF555.F534480E@lmtas.lmco.com> References: <9dc4sh$ru5$1@ulysses.noc.ntua.gr> <3AF9E3BF.D6D73BEA@linuxchip.demon.co.uk> <9dd9tb$1o56$1@ulysses.noc.ntua.gr> NNTP-Posting-Host: CAA261517.lmtas.lmco.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.72 [en]C-CCK-MCD {C-UDP; LMTAS} (WinNT; U) X-Accept-Language: en,pdf Xref: archiver1.sj.google.com comp.lang.ada:7376 Date: 2001-05-10T15:08:53-05:00 List-Id: As an F95 programmer, I don't think that for most applications the performance difference between these languages will be significantly different if you limit the code to easily optimizable constructs. However, it is my impression that Fortran compiler vendors have traditionally been much more obsessed with performance issues and I'm certain that the standards committee designs nearly everything obsessively with performance issues in mind (i.e. not "expressivity" of language constructs). I would expect that the average Fortran compiler will be slightly faster than the average Ada or C or C++ compiler. Given that there are somewhere between 6 and 10 different commercial Fortran vendors for x86 alone, it shouldn't be difficult to find one that wins at any particular spec test suite routine on that platform. N&J wrote: > > Hi all, > From what you said I undestand that nobody has ever compared Ada's timing > performance with Fortran77/90/95, C and C++ in programs that require lots of > arithmetic and logical operations (perhaps FFT). I think I will try to do it > when I learn Ada95 better > > Thanks for your help, > John > > P.S I am still a student and I work for myself that's why I am always > looking for new things