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: a07f3367d7,fad4070a88579d39,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.213.1 with SMTP id gu1mr11435813qab.7.1349639921249; Sun, 07 Oct 2012 12:58:41 -0700 (PDT) Received: by 10.236.110.67 with SMTP id t43mr1566477yhg.6.1349639921190; Sun, 07 Oct 2012 12:58:41 -0700 (PDT) Path: e10ni211270746qan.0!nntp.google.com!l8no30154750qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 7 Oct 2012 12:58:41 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.20.243.45; posting-account=1djqwgoAAAAeJfMdMedDg3QtZZiRup-3 NNTP-Posting-Host: 76.20.243.45 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7bff0fc1-d670-4225-aa4f-282d80934a5b@googlegroups.com> Subject: Ada Containers From: rwilco19@gmail.com Injection-Date: Sun, 07 Oct 2012 19:58:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-10-07T12:58:41-07:00 List-Id: Can someone please explain to me the difference between Ada.Containers.Hashed_Tables and Ada.Containers.Hashed_Maps, and when you might want to use a Hashed_Table over a Hashed_Map?