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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4b862d91ff93feff X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Text_IO for other standard types Date: 1998/01/14 Message-ID: #1/1 X-Deja-AN: 315897179 References: <98010912585349@psavax.pwfl.com> <34BA9133.7B4B@online.no> <69cfdt$3q$1@peuplier.wanadoo.fr> <69hr3i$sd5$1@goanna.cs.rmit.edu.au> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 884797246 27179 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1998-01-14T00:00:00+00:00 List-Id: Dale said <> It would make a nice student project to redesign the interface to remove the page/line nonsense, then recode the body (it is more than jsut removing code, you can in some cases do things multiple characters at a time which are now done one character at a time because of the page/line stuff, you can also remove a lot of junk used to support strange cases. Then the project would measure the speed gain. I share Dale's suspicion that it would be substantial.