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=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Queue implementation in Ada Date: Tue, 28 Oct 2014 10:00:56 +0000 Organization: A noiseless patient Spider Message-ID: References: <8456b674-a10d-411f-bcf6-90d9638b7fc9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="71797db6fbf0039ebda7a9c799ddb33f"; logging-data="10688"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/LS406aai/lyJ3Zv3nACOlE8xO4ibj9sU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:UisnF4OKfmKiE/lwNDzOe5jKZpw= sha1:XGQze7jKHY9/rLsuZw9D860u14I= Xref: number.nntp.giganews.com comp.lang.ada:190149 Date: 2014-10-28T10:00:56+00:00 List-Id: Jeffrey Carter writes: > If you want unsynchronized queues, you could build your own, possibly > using Ada.Containers.Doubly_Linked_Lists (ARM A.18.3). I used Vectors, ARM A.18.2. Not sure why one would choose one over the other?