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 X-Received: by 10.236.179.102 with SMTP id g66mr6076252yhm.23.1412784630338; Wed, 08 Oct 2014 09:10:30 -0700 (PDT) X-Received: by 10.140.30.36 with SMTP id c33mr464185qgc.2.1412784630272; Wed, 08 Oct 2014 09:10:30 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!s7no1348225qap.0!news-out.google.com!q8ni67qal.1!nntp.google.com!dc16no1467051qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 8 Oct 2014 09:10:30 -0700 (PDT) In-Reply-To: <39fdd0e6-a4a4-43a3-a921-13964c70c3fe@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 References: <2050617b-7be2-470d-8925-8142786446f7@googlegroups.com> <64702c5c-8608-41e2-8b55-3fb5306b3243@googlegroups.com> <2d8ad184-5aab-4e65-b575-24fbc20e0495@googlegroups.com> <39fdd0e6-a4a4-43a3-a921-13964c70c3fe@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <010f6a9c-a608-46f6-a41f-b2ec22953d15@googlegroups.com> Subject: Re: Gnoga Logo and marketing info, Critique please From: David Botton Injection-Date: Wed, 08 Oct 2014 16:10:30 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189544 Date: 2014-10-08T09:10:30-07:00 List-Id: > Any planes to change that as Ada Lists/Maps/Vectors are not that performant? I believe that in most places they are found they are more than adequate performance wise. However... I have not yet optimized the websocket protocol, when I get to that, I'll see if the few places where they are used there make senses to be replaced. I do find it funny that for a language that is built from scratch with the idea of concurrency the container libraries are one of the main places I've seen large apps come to pieces from race conditions... At Singo where I worked with Jeff Carter he had a nice set of protected versions we used frequently. I need to ask if he has those available some place for the public. David Botton