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,97819f4f06661130 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!194.25.134.126.MISMATCH!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Generic Containers in Ada2005 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1vw9tbt1xma5m.cvy6d03i25d1.dlg@40tude.net> Date: Wed, 9 Feb 2011 22:22:16 +0100 Message-ID: <175whi4iz8tzv$.scgse8tzoj6y$.dlg@40tude.net> NNTP-Posting-Date: 09 Feb 2011 22:22:13 CET NNTP-Posting-Host: 0310fa24.newsspool2.arcor-online.net X-Trace: DXC=i`cmkj6HOSF78PK[oJ2ng@A9EHlD;3YcB4Fo<]lROoRA8kF On Wed, 9 Feb 2011 12:56:05 -0800 (PST), Maciej Sobczak wrote: > On Feb 9, 9:33�am, "Dmitry A. Kazakov" > wrote: > >> Depending on the number of concurrent peers accessing the queue >> ends, whether the queue has fixed size, whether elements are copied or >> referenced (e.g. statically allocated elements moved from queue to queue) >> the implementation and interface may sufficiently vary. > > Exactly the same questions can be asked with regard to vectors. Not really. Vectors are used for general purpose programming, queues largely are for systems programming. You have less people who would demand queues and their requirements would contradict each other. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de