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-Thread: 103376,278bf0771374076e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!news.belwue.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: ada is getting spanked :( From: Georg Bauhaus In-Reply-To: <3321666.DLNnW6yRHq@linux1.krischik.com> References: <1162052997.664967.135910@e3g2000cwe.googlegroups.com> <3321666.DLNnW6yRHq@linux1.krischik.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1162065751.30292.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Sat, 28 Oct 2006 22:02:32 +0200 NNTP-Posting-Date: 28 Oct 2006 22:00:14 CEST NNTP-Posting-Host: 2f0ca194.newsspool2.arcor-online.net X-Trace: DXC=dT:b^>`\BH3YR98oN_PZ8?>QA:ho7QcPOVSYUBTT_jN1@P[[S;KA_Se3P X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:7247 Date: 2006-10-28T22:00:14+02:00 List-Id: On Sat, 2006-10-28 at 19:45 +0200, Martin Krischik wrote: > cl1 wrote: > > > I just got wind of this site. It would seem that ada, while not at > > the very bottom, is one of the slowest languages in this benchmark > > competition: > > > > http://shootout.alioth.debian.org > > Looks worse then last time I looked. Seems that some language advocates > really optimised there implementations. Don't think so, a more recent GNAT's output is speeding up, almost keeping pace. For example, comparing the C and Ada versions of the terribly recursive program using GCC 4.2 on -march=pentium, the C advantage shrinks: 6.7s (C) : 7.3s (Ada). The Debian / AMD listing shows 2.68 : 4.00, the Gentoo / P4 listing shows 2.63 : 10.61 This says something about the volatility of speed comparisons (probably documented on site). :-)