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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9fa5063fbdc75ae4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-18 03:07:35 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!jussieu.fr!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: Re: array of strings in a function Date: Sat, 18 Oct 2003 10:05:30 +0000 Organization: Cuivre, Argent, Or Message-ID: References: <8unsov8a3r9p02lm0ftkmmget77esc7fv7@4ax.com> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1066471579 87702 80.67.180.195 (18 Oct 2003 10:06:19 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Sat, 18 Oct 2003 10:06:19 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 X-OriginalArrivalTime: 18 Oct 2003 09:59:24.0278 (UTC) FILETIME=[82581160:01C3955E] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:1116 Date: 2003-10-18T10:05:30+00:00 On Sat, 2003-10-18 at 08:48, Craig Carey wrote: > I timed some Ada 95 Strings packages. Ada 95 vendors are guided by the > design of Ada and then their customers get faster code from the > Internet. > > Here are the results of the test. > SP Speed/Hz = 171560 1/12.5 : my no-strings array of pointers scheme > SV Speed/Hz = 13760 1 : MAA with my Striunli strings ... Nice work! Could you explain the speed units tho?