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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1dd193bdbc538421 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.icl.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: generic container library Date: Fri, 29 Oct 2004 13:49:24 +0200 Organization: None Message-ID: <4365524.LcDjESxM3m@linux1.krischik.com> References: Reply-To: martin@krischik.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1099050715 03 17388 LOOuXmyvGx00BFg 041029 11:51:55 X-Complaints-To: usenet-abuse@t-online.de X-ID: TDFe7oZSgeKE09R67bXlm+5clGN4Ej4hB+oYHWyUHZ1aceFc5AYOgg User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:5848 Date: 2004-10-29T13:49:24+02:00 List-Id: Szymon Guz wrote: > Hi, > I've found some generic libraries with containers that I want to use but > I don't want to test all of them so my question is: which library shoul > I choose ? Depends what you need. We can't really help you here. I use the Booch components for Ada 95. I find them more Ada friendly then the C++ STL inspired component libraries. One more advice: See that you choice supports indefinite elements. Why? Well String and X'Class are an indefinite Types for once. The booch components have an extension pack for indefinite elements {Simon, if you read this - could we just merge them?} and the new Ada.Components will have support indefinite elements - but they are for Ada0Y. With Regards Maritn -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com