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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a6449b2443dcdda1 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!news.motzarella.org!motzarella.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien?= Newsgroups: comp.lang.ada Subject: Re: Access keyword Date: Tue, 29 Apr 2008 16:31:09 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: feeder.motzarella.org U2FsdGVkX1+qe3Qmp9cuVdg2519PWRCJ4q5ZYXWzjaAJQkM8XiMoGnVYCg0CfqXTROzjidECUPEB64t7O5ZW3k3Q4p82n0ZlWF+i5kUKvrVPa+XQvBZVJwUFOicHrJJockFA0PZyJmOvGw0Fm9X/0w== X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers NNTP-Posting-Date: Tue, 29 Apr 2008 16:31:13 +0000 (UTC) In-Reply-To: X-Auth-Sender: U2FsdGVkX190sAR4IkQZsXLb4uBdFtXcjSg52gcgvyqufTvtuDj64w== Cancel-Lock: sha1:uCi1WuF4NWmZSoF5ldF4gR+XRew= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) Xref: g2news1.google.com comp.lang.ada:21117 Date: 2008-04-29T16:31:09+00:00 List-Id: All of you are rights (I'm sure you had do doubt about it :-) ) I ran some benchmark after posting and the results are significant: Norme is 50% faster than NormeAccess Norme is 25% slower than the C equivalent program using pointer All compilation made with -02. Sebastien