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-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news.swapon.de!newsfeed.straub-nv.de!uucp.gnuu.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Thu, 06 Aug 2009 12:34:14 +0200 From: Georg Bauhaus User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) 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> <0c18b36c-7af0-454c-8208-9b0416111a1f@w41g2000yqb.googlegroups.com> <87fxc9e0mg.fsf@nbi.dk> <4a76cd4f$0$31329$9b4e6d93@newsspool4.arcor-online.net> <87bpmxdqfo.fsf@nbi.dk> <2bae762e-0d8a-4389-843a-466e87f59fd1@a37g2000prf.googlegroups.com> <4a786b15$0$30230$9b4e6d93@newsspool1.arcor-online.net> <67e76046-62d4-4c0e-bdd8-8d00cdf93bca@l35g2000pra.googlegroups.com> <4a79f712$0$31874$9b4e6d93@newsspool3.arcor-online.net> <7ead5f61-e733-4c53-af41-34c6dbec0335@d15g2000prc.googlegroups.com> <4a7a9616$0$31867$9b4e6d93@newsspool3.arcor-online.net> <124fc6c7cp0ug.kgxak9nc9312$.dlg@40tude.net> In-Reply-To: <124fc6c7cp0ug.kgxak9nc9312$.dlg@40tude.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4a7ab1a7$0$31865$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 06 Aug 2009 12:34:15 CEST NNTP-Posting-Host: 83506d2f.newsspool3.arcor-online.net X-Trace: DXC=<[SKg6eIm@e_0Po7BmQ3]lMcF=Q^Z^V3h4Fo<]lROoRa^YC2XCjHcbiJE\0ln_FPEi;9OJDO8_SKfNSZ1n^B98ij5@Uh>eBFdPd X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:7627 Date: 2009-08-06T12:34:15+02:00 List-Id: Dmitry A. Kazakov schrieb: > On Thu, 06 Aug 2009 10:36:38 +0200, Georg Bauhaus wrote: > >> Does it matter? Gives C programmers the illusion that >> it is their language that makes I/O fast when it is >> Unix I/O and the wrappers that have naturally made it >> into its handy byproduct C. > > Huh, Unix I/O is fast? OK, I meant that most programs in the game use simple I/O functions for line output, functions in particular that were developed with Unix. (Calling fputs, or even routines that have read(2) under the hood, I imagine.) No one uses fprintf for line output; we have to, if we stick to Text_IO. If all goes well, Streams.Write will do something close to what everyone else does, and in plain Ada.