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,1ea92c0e5255811d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-25 03:17:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: 402450@cepsz.unizar.es (Jano) Newsgroups: comp.lang.ada Subject: Container libraries Date: 25 Feb 2003 03:17:44 -0800 Organization: http://groups.google.com/ Message-ID: <5d6fdb61.0302250317.c49d71a@posting.google.com> NNTP-Posting-Host: 80.58.47.42 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1046171865 1371 127.0.0.1 (25 Feb 2003 11:17:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 25 Feb 2003 11:17:45 GMT Xref: archiver1.google.com comp.lang.ada:34555 Date: 2003-02-25T11:17:45+00:00 List-Id: Hello people. I'm examining some container libraries for use. I suppose you'll say I'm the best suited to know my needs and choose the proper one, but anyway I look for your experiences of use. I'm particularly interested in sortcomings/buggy implementations you may have found. Also your personal preferences can be helpful. It's hard to get a grasp in such relatively large libraries so your advice can save me handy time. My requeriments are, basicly: ordering, finding (both time-efficient) and multitasking support if possible. I've found: * Booch components. I only miss multitasking support. They are a bit tricky to instantiate but only at first. * AdaSL. They seem very complete. Also without multitasking. * Mats Weber's Ada component library Multitasking support for the relevant types, interesting (unrelated) packages. * PragmAda reusable components. I like the multitasking support and its simplicity, but at the same time I fear they can result too simple in the end. Kind regards, A. Mosteo.