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-Thread: 103376,a0833bbed8752e1f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!wns13feed!worldnet.att.net!204.71.34.3!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: variable lenght strings Date: 29 Oct 2004 04:11:41 -0500 Organization: LJK Software Message-ID: References: <1861614.TWv5A9FgVL@linux1.krischik.com> <4178e979_1@baen1673807.greenlnk.net> <1195374.UMjBCk7lO1@linux1.krischik.com> <1154613.ipZcUgduzp@linux1.krischik.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1099041020 11894 192.135.80.34 (29 Oct 2004 09:10:20 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 29 Oct 2004 09:10:20 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:5831 Date: 2004-10-29T04:11:41-05:00 List-Id: In article , Dale Stanbrough writes: > Randy Brukardt wrote: > > >> Note that implementations have to have implicit page terminators at the end >> of the file (putting in explicit ones would be awful, and there are ACATS >> tests which check that the one at the end of the file actually exists), so >> supporting implicit line terminators isn't that much extra work. > > I'm surprised that we didn't get another Text_IO package in Ada0Y > which would get rid of all the crufty old stuff and create a much > faster package. Ada.Chars_IO or similar. Whether something different would be faster or not depends on the underlying OS file system. The record boundaries come "for free" in RMS.