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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,444b7bed8230c305 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.73.229 with SMTP id o5mr3253415pbv.7.1327244712090; Sun, 22 Jan 2012 07:05:12 -0800 (PST) Path: lh20ni211490pbb.0!nntp.google.com!news2.google.com!postnews.google.com!z31g2000vbt.googlegroups.com!not-for-mail From: Ada BRL Newsgroups: comp.lang.ada Subject: Re: Efficiency and overhead: Ada.Containers.Vectors.vector versus array type Date: Sun, 22 Jan 2012 07:05:11 -0800 (PST) Organization: http://groups.google.com Message-ID: <947e37f2-caa3-47f9-bbb8-e612ff23c498@z31g2000vbt.googlegroups.com> References: NNTP-Posting-Host: 137.222.114.240 Mime-Version: 1.0 X-Trace: posting.google.com 1327244711 23801 127.0.0.1 (22 Jan 2012 15:05:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 22 Jan 2012 15:05:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z31g2000vbt.googlegroups.com; posting-host=137.222.114.240; posting-account=yig7mwoAAAAAcduNbH7Dpal1sjCSAijA User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-01-22T07:05:11-08:00 List-Id: Thank you all for the interesting and useful suggestions!!! I think I'll use the bounded arrays instead of vectors because, as you said, this data structure fits more my purposes.