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-16 15:36:09 PST Message-ID: <3EEE464A.D48A8E2D@somewhere.nil> Date: Tue, 17 Jun 2003 00:35:54 +0200 From: Gautier Write-only X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Replacement for Text_IO? (was Re: C bug of the day) References: <1054751321.434656@master.nyc.kbcfp.com> <20030611114948.00000bcc._elh_@_terma_._com_> <20030611125000.000018b5._elh_@_terma_._com_> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 80.218.90.235 X-Trace: news.swissonline.ch 1055802968 80.218.90.235 (17 Jun 2003 00:36:08 +0200) X-Complaints-To: abuse@swissonline.ch 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!news.mailgate.org!news-zh.switch.ch!switch.ch!news.swissonline.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:39290 Date: 2003-06-17T00:35:54+02:00 List-Id: Dale Stanbrough: > Everyone laments the slowness of Text_IO, Who ? Who ? > and how it isn't a really > high powered I/O solution, yet it is used a lot because it is > reliably there in every Ada compiler. > > Are there any moves to provide an alternative to Text_IO in Ada0Y > that will allow for more efficient implementations? > You could get rid of the Page, Line and Column counting, Are you sure that *this* takes much time ? Did you do a profiling ? > as well as moving the generic I/O packages into child packages. It is an aesthetic issue (although, who cares ?), not a performance one... Do such non-instanciated generic sub-packages even appear in the machine-code in object files, on any compilation system ? ________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, e-mail address on the Web site!