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,8d37f48c3d346c6a,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newsfeed.gamma.ru!Gamma.RU!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: ANN: Tables for Ada v1.6 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH Date: Sat, 14 Apr 2007 21:01:24 +0200 Message-ID: <1qv4xtbx5b6v5.ppvojysa7g37$.dlg@40tude.net> NNTP-Posting-Date: 14 Apr 2007 21:00:30 CEST NNTP-Posting-Host: 4c9c17ec.newsspool3.arcor-online.net X-Trace: DXC=hceSfID546YV;Ef1`Jk54\McF=Q^Z^V3X4Fo<]lROoRQFl8W>\BH3YR@1;ZJ`1e=GRDNcfSJ;bb[UIRnRBaCd The library provides an implementation of tables indexed by strings. Binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key-insensitive tables are supported. Additions: Procedure Replace was added for replacing tokens by their offsets. A variant of the procedure Add now returns the offset of the inserted item. http://www.dmitry-kazakov.de/ada/tables.htm -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de