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,8de7eedad50552f1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 25 Mar 2005 16:18:43 -0600 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Ada:The High Performance Language for Hyperthreaded and Multicore CPUs; was Re: Ada bench : count words References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Fri, 25 Mar 2005 16:18:44 -0600 NNTP-Posting-Host: 67.161.24.234 X-Trace: sv3-gQRrsVdU92SDa17JjUl8P84KbuH9jx3zzjl814QzWFR91+jkervw0SkRb7oG+u3edIsbB9Ei453vBqb!7SvzPxaBp3L8Dlu6x2iCP1yveU5BXZkfAc0pHcF3yeDsAqNIvr5dIEueq+61eQ== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.31 Xref: g2news1.google.com comp.lang.ada:10001 Date: 2005-03-25T16:18:44-06:00 List-Id: > > > > Here's a simple multitasking conversion. > > > This is a dual-processor 400 MHz Celeron running Mandrake Linux 8.2 > > > and GNAT 5.02a1. On my ~/RMAIL file (must trim out some of that > > > old mail!) the settled values were: > > > > > > with one task: > > > > > > 417604 1638075 19453698 > > > took 1.030899000 > > > > > > with 2 tasks: > > > > > > 417604 1638075 19453698 > > > took 0.666758000 > >multitasking ... ought to be nearly 80% faster than C. Those would be nice > >numbers to post to the shootout page. > > Except that shootout benchmarks are run on a single CPU. ^^^ have been Most of the shootout examples could be run on a 16 bit DOS system. If "16 bit DOS programs" was a requirement even fewer people would pay any attention to the shootout site(s). Hyperthreading and now multicore CPUs are clearly coming, and a language that makes it easy to get benefits from them is to be preferred to a language that doesn't do that.