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,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1d575f572a099528,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-30 17:24:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!news.freenet.de!not-for-mail From: "Heiko Hamann" Newsgroups: comp.lang.ada Subject: What is faster Ada or C? Date: Sat, 1 Dec 2001 02:22:28 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <3c08314d$0$158$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.19.26 X-Trace: 1007169870 news.freenet.de 158 213.7.19.26 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:17256 Date: 2001-12-01T02:22:28+01:00 List-Id: Hi! I have a program written in Ada that is very processor intensiv. It does bit and integer operations. What would you guess is the faster languages for this task? Ada or C - or another language (excpet Assembler)? Can that be said in common? What is about some benchmarks concerning this case? Bye Heiko.