Simple components for Ada 2.1
Provides garbage collection, containers, text editing and parsing tools This library provides implementations of smart pointers for automatically collected objects (using reference counting); database-indpendent object persistence through ODBC with persistent objects that may depend on other objects; various containers including ...
Atomic Memory Model 2.2
The Atomic Memory Model is a powerful technology which handles memory in a consistent, elegant, simple and highly effective way greatly increasing the quality of code and speed of development. The Atomic Memory Model makes concepts such as garbage collection ...