Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: Simple components for Ada v3.7 released

0 views
Skip to first unread message

Dmitry A. Kazakov

unread,
Dec 26, 2009, 6:58:51 AM12/26/09
to
The current version provides implementations of smart pointers, sets, maps,
directed graphs, directed weighted graphs, stacks, tables, string editing,
unbounded arrays, expression analyzers, lock-free data structures,
synchronization primitives (events, race condition free pulse events,
arrays of events, reentrant mutexes, deadlock-free arrays of mutexes),
pseudo-random non-repeating numbers, symmetric encoding and decoding, IEEE
754 representations support; strings editing and tables management.

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

The focus of this release is an implementation of directed graphs (this
includes trees). The nodes of directed graphs are supported of any type
including limited and indefinite types. The directed weighted graphs are
provided as well. The weights can be of any indefinite type. Use of
weighted graphs is illustrated on the example of the suffix tree.

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

0 new messages