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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ac39a12d5faf5b14 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-18 10:32:38 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!news.mathworks.com!uunet!nyc.uu.net!ash.uu.net!spool0902.news.uu.net!reader0901.news.uu.net!not-for-mail Message-ID: <3CBF0341.8020406@mail.com> Date: Thu, 18 Apr 2002 13:32:49 -0400 From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.9+) Gecko/20020416 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Development process in the Ada community References: <3CB46975.90408@snafu.de> <3CBAFFEE.2080708@snafu.de> <4519e058.0204171036.6f0a7394@posting.google.com> <3CBDD795.4060706@snafu.de> <4519e058.0204180800.44fac012@posting.google.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Organization: KBC Financial Products Cache-Post-Path: master.nyc.kbcfp.com!unknown@mosquito.nyc.kbcfp.com X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) NNTP-Posting-Host: 204.253.250.10 X-Trace: 1019151144 reader1.ash.ops.us.uu.net 1276 204.253.250.10 Xref: archiver1.google.com comp.lang.ada:22736 Date: 2002-04-18T13:32:49-04:00 List-Id: Ted Dennison wrote: > Since we mostly have a package worked out (at great pains) for lists, > hopefully they will concentrate on defining what other containers are > needed and how best to extend what we have. I was just reading somewhere (exactly where escapes me) of a recent survey done on C++ programmers who have started using the STL. There was some surprise to discover that the most used container was map. Apparently what happens is that once programmers have map available, they begin using it all over the place, replacing little local ad-hoc lookup structures such as linear searches through arrays.