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!news3.google.com!news2.volia.net!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!kanaga.switch.ch!switch.ch!newsfeed2.funet.fi!newsfeed1.funet.fi!newsfeeds.funet.fi!feeder1.news.jippii.net!reader1.news.jippii.net!53ab2750!not-for-mail From: Tapio Kelloniemi Subject: Re: The Computer Language Shootout Benchmarks References: <1262902.DI8C0e8O9o@linux1.krischik.com> Newsgroups: comp.lang.ada Message-ID: Date: Tue, 02 May 2006 21:32:07 GMT NNTP-Posting-Host: 217.30.176.187 X-Complaints-To: newsmaster@saunalahti.com X-Trace: reader1.news.jippii.net 1146605527 217.30.176.187 (Wed, 03 May 2006 00:32:07 EEST) NNTP-Posting-Date: Wed, 03 May 2006 00:32:07 EEST Organization: Saunalahti Customer Xref: g2news2.google.com comp.lang.ada:4022 Date: 2006-05-02T21:32:07+00: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? Since the compiler is most likely GNAT, there are always the GNAT.[Dynamic_]HTable packages. I assume they are also faster than Ada.Containers.Hashed_Maps would be. -- Tapio