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,23c85e456e18d6b5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!u72g2000cwu.googlegroups.com!not-for-mail From: "jimmaureenrogers@worldnet.att.net" Newsgroups: comp.lang.ada Subject: Re: The Computer Language Shootout Benchmarks Date: 2 May 2006 11:39:58 -0700 Organization: http://groups.google.com Message-ID: <1146595198.437109.277820@u72g2000cwu.googlegroups.com> References: <1262902.DI8C0e8O9o@linux1.krischik.com> NNTP-Posting-Host: 209.194.156.4 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1146595204 21940 127.0.0.1 (2 May 2006 18:40:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 2 May 2006 18:40:04 +0000 (UTC) In-Reply-To: <1262902.DI8C0e8O9o@linux1.krischik.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: u72g2000cwu.googlegroups.com; posting-host=209.194.156.4; posting-account=SqOfxAwAAAAkL81YAPGH1JdBwpUXw9ZG Xref: g2news2.google.com comp.lang.ada:4018 Date: 2006-05-02T11:39:58-07:00 List-Id: Martin Krischik wrote: > Hello > > Ada is currently missing 2 programs on the "The Computer Language Shootout > Benchmarks" [1]. > > I would not mind having a go. But before I start: > > One test [2] needs a hash table implementation. The compiler used has > no Ada 2005 features so one need to add the implementation to the code > itself. Anybody can got a stand alone implementation? Or knows which > collections class lib could easily been torn apart? > > The other test [3] needs some Unbounded_Integer / BigInt etc. type. We > could bind to gmp - but I don't like the idea if pragma Import in the code. This is precisely why I have not found the motivation to complete those two benchmarks. Jim Rogers