comp.lang.ada
 help / color / mirror / Atom feed
* Tables for Ada v1.12
@ 2014-06-02 17:36 Dmitry A. Kazakov
  0 siblings, 0 replies; only message in thread
From: Dmitry A. Kazakov @ 2014-06-02 17:36 UTC (permalink / raw)


The library provides tables searched using string keys. The 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 the table. In
this case the search time is near to logarithmic, but in the worst case can
be linear (when the table contains tokens like "a", "aa", "aaa" and so on).

   http://www.dmitry-kazakov.de/ada/tables.htm

The new version is compiled with GNAT 4.9.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-02 17:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-02 17:36 Tables for Ada v1.12 Dmitry A. Kazakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox