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: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: meaningfully/compellingly "advertising" Ada on StackOverflow Date: Fri, 18 May 2018 00:27:29 +0100 Organization: Aioe.org NNTP Server Message-ID: <1559505943.548291689.457576.laguest-archeia.com@nntp.aioe.org> References: <6420bab2-0aef-4d36-b978-525e4de45e7e@googlegroups.com> NNTP-Posting-Host: 1uqhFiWigmvIPnCyFuypQg.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/5.3.1 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.3 Cancel-Lock: sha1:D7HqdaQWqkODpfUxkhoIzVpamCw= Xref: reader02.eternal-september.org comp.lang.ada:52412 Date: 2018-05-18T00:27:29+01:00 List-Id: Randy Brukardt wrote: > Did you try implementing that with the Tree container as opposed to using a > raw nodes? Probably not quite as fast, but much less work to > write/read/maintain (since the container does the storage management and > provides most of the algorithms). The aim is to see how languages stack up. By using the standard containers with their anti-tampering and other checks, you would be hobbling Ada in this case.