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,e6c9800e35ccfeee X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: GNAT: Performance of String functions Date: 1997/07/23 Message-ID: #1/1 X-Deja-AN: 258261836 References: <33CF3908.3DF62EEE@ericsson.com> <33D4DC7B.D8EEA39A@ericsson.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-07-23T00:00:00+00:00 List-Id: Jakob says <> You missed my point, yes of course you can translate the high le vel structure of the algorithm, but what interests us here is the algorithms and data structures used for string handling, and what I meant when I said that I doubted you could do the same thing in Pascal, was that I doubted you could duplicate the algorithms and data structures of unbounded strings. And indeed that is the case, the proper translation is to bounded strings.