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,cda33fc7f63c2885 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-18 01:01:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!t-online.de!newsfeed.r-kom.de!newsfeed.stueberl.de!newsfeed.vmunix.org!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: list strawman Date: Mon, 18 Feb 2002 09:57:17 +0100 Organization: Enyo -- not your organization Message-ID: <87zo272mmq.fsf@deneb.enyo.de> References: <87ofiof8ta.fsf@deneb.enyo.de> NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1014022582 30964 212.9.189.171 (18 Feb 2002 08:56:22 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 18 Feb 2002 08:56:22 GMT Cancel-Lock: sha1:yUysbd02MRfPtDtMNj/aWIK86hw= Xref: archiver1.google.com comp.lang.ada:20105 Date: 2002-02-18T08:56:22+00:00 List-Id: Stephen Leake writes: >> The specification seems to allow it, but to me, it seems that this >> feature is not useful in practice and just adds unnecessary >> overhead. > > Which feature? The whole idea of inserting a list using an iterator? > or just inserting a list into itself? Just inserting a list into itself. > What overhead? Testing for the special case? That's really small. Implementing the special case (as required by the specification) seems to be a bit complicated.