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,ce0900b60ca3f616 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-10 15:16:38 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!falcon.america.net!eagle.america.net.POSTED!not-for-mail Message-ID: <3BEDB57E.1203D638@otelco.net> From: Larry Hazel X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en,x-ns11F8K63r3NhQ,x-ns2r2e09OnmPe2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: List container strawman References: <3BE29AF4.80804@telepath.com> <3BE29BD4.10401@telepath.com> <3BE2DB99.B707D409@boeing.com> <3BE32A18.18404AD1@boeing.com> <3BE443DE.574D669C@acm.org> <3BE58FDD.E1FB1815@san.rr.com> <3bec1cbe$0$15824$626a54ce@news.free.fr> <9sib27$13aeg3$5@ID-25716.news.dfncis.de> <9sk5rn$140qdr$2@ID-25716.news.dfncis.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 10 Nov 2001 17:17:18 -0600 NNTP-Posting-Host: 66.0.32.230 X-Trace: eagle.america.net 1005434197 66.0.32.230 (Sat, 10 Nov 2001 18:16:37 EST) NNTP-Posting-Date: Sat, 10 Nov 2001 18:16:37 EST Organization: 24hoursupport.com Xref: archiver1.google.com comp.lang.ada:16261 Date: 2001-11-10T17:17:18-06:00 List-Id: Nick Roberts wrote: > > I hope you'll forgive me if I re-post the code I gave, corrected and cleaned > up a little, and with a blow-by-blow commentary on what's going on. > This mostly looks very good to me except it seems terribly inefficient to have to copy the whole list into a new list then delete the old list if all I need to do is modify a few entries, delete a few others and insert a few. Seems as if we still need methods to delete, update, and insert elements. Larry