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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3a6a9f1d654285ba X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!novia!news-out.readnews.com!news-xxxfer.readnews.com!news.uchicago.edu!usenet.stanford.edu!newsfeed.berkeley.edu!ucberkeley!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 08 Sep 2009 02:22:34 +0200 From: Georg Bauhaus Reply-To: rm.tsoh+bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada Shootout program for K-Nucleotide (patches) References: <4a743343$0$32674$9b4e6d93@newsspool2.arcor-online.net> <3f9f9e21-e088-4fbe-baac-dd43fdf6b911@r38g2000yqn.googlegroups.com> <4a757b0d$0$31328$9b4e6d93@newsspool4.arcor-online.net> <4a9fc85a$0$2850$ba620e4c@news.skynet.be> <1a5e1270-6a0a-4fff-a9b4-965abe610b69@o9g2000yqj.googlegroups.com> <4a9fdd46$0$2853$ba620e4c@news.skynet.be> <4aa0afbf$0$2864$ba620e4c@news.skynet.be> <3df8815d-b65a-4f73-9015-65375dcff113@x38g2000yqb.googlegroups.com> <4aa0e963$0$2868$ba620e4c@news.skynet.be> <0709cb9b-6144-4b14-a555-97262b1fa7b7@x37g2000yqj.googlegroups.com> <4aa13eaf$0$32666$9b4e6d93@newsspool2.arcor-online.net> <4aa1407d$0$32666$9b4e6d93@newsspool2.arcor-online.net> <335214cf-c7cb-459f-bb5b-89f589da7111@e11g2000yqo.googlegroups.com> <4aa4ba5b$0$2848$ba620e4c@news.skynet.be> <4aa4d026$0$31875$9b4e6d93@newsspool3.arcor-online.net> <4aa50b75$0$2846$ba620e4c@news.skynet.be> In-Reply-To: <4aa50b75$0$2846$ba620e4c@news.skynet.be> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4aa5a3cd$0$32676$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 08 Sep 2009 02:22:37 CEST NNTP-Posting-Host: 11852082.newsspool2.arcor-online.net X-Trace: DXC=;V;TWCkT`ROgj[ZPFj7ehOA9EHlD;3YcB4Fo<]lROoRA^YC2XCjHcbI5?haX^]eJQFA:ho7QcPOVC6UEGfl9dWCOoAVj6K7@27B X-Complaints-To: usenet-abuse@arcor.de X-Received-Date: Tue, 08 Sep 2009 11:34:07 CDT (news.uchicago.edu) Xref: g2news2.google.com comp.lang.ada:8220 Date: 2009-09-08T02:22:37+02:00 List-Id: Olivier Scalbert wrote: > Here are the results ! Thanks for the data. System.Pool_Size.Allocate is called a lot by Work_On_12 and Work_On_18. I don't know how to change that. Still it has led me to another idea---but that should not delay submitting Knucleotide any further: http://home.arcor.de/bauhaus/Ada/knucleotide.multi.gnat Should I? Are there any objections? *** That idea will require that some essential parts be rewritten, so please ignore it for the moment: 1/ enumerate the characters we are looking at in a type, 2/ pack them into 4 bits each (a representation) 3/ write new hash function... 4/ optionally, do (3) for fragments of length 12 and 18 only The idea is that the packing, by assumption, can decrease the number of times System.Pool_Size.Allocate is called (which seems to involve the threading library a lot, too).