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 X-Google-Thread: 103376,b30bd69fa8f63cb2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-17 01:46:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Replacement for Text_IO? (was Re: C bug of the day) Date: Tue, 17 Jun 2003 08:46:10 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <1054751321.434656@master.nyc.kbcfp.com> <20030611114948.00000bcc._elh_@_terma_._com_> <20030611125000.000018b5._elh_@_terma_._com_> <3EEE464A.D48A8E2D@somewhere.nil> NNTP-Posting-Host: d2-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1055839570 18315 134.91.1.15 (17 Jun 2003 08:46:10 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Tue, 17 Jun 2003 08:46:10 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/831)) Xref: archiver1.google.com comp.lang.ada:39314 Date: 2003-06-17T08:46:10+00:00 List-Id: Dale Stanbrough wrote: : Gautier Write-only wrote: : :> Dale Stanbrough: :> :> > Everyone laments the slowness of Text_IO, :> :> Who ? Who ? : : Are you an owl? I'm sure one "who?" would do. : : Ok, it was a bit of hyperbole. -I- don't like the slowness of Text_IO :-) : : Robert Dewar at one point noted that the presence of these extra : "features" prevents certain optimisations in the coding from taking : place. : : One quote from him... : : : "Text_IO is convenient for small scale or occasional use for small : amounts of formatted output (compare it to ACCEPT and DISPLAY use : in COBOL). It is not the appropriate interface for large scale I/O : where performance is critical." What's wrong with streams? Georg