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,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed01.chello.at!newsfeed02.chello.at!news.hispeed.ch.POSTED!not-for-mail Message-ID: <1262902.DI8C0e8O9o@linux1.krischik.com> From: Martin Krischik Subject: The Computer Language Shootout Benchmarks Newsgroups: comp.lang.ada Date: Tue, 02 May 2006 19:33:53 +0200 User-Agent: KNode/0.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@hispeed.ch Organization: hispeed.ch NNTP-Posting-Host: 80.218.119.160 (80.218.119.160) NNTP-Posting-Date: Tue, 02 May 2006 20:30:07 +0200 X-Trace: 6098f4457a52ff57fd20532125 Xref: g2news2.google.com comp.lang.ada:4017 Date: 2006-05-02T19:33:53+02:00 List-Id: 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. Anybody got a native Ada solution? The implementation missing are: Martin [1] http://shootout.alioth.debian.org/ [2] http://shootout.alioth.debian.org/debian/benchmark.php?test=knucleotide&lang=all#about [3] http://shootout.alioth.debian.org/debian/benchmark.php?test=pidigits&lang=all#about -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com