From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: Simple Components v4.73 Date: Sat, 29 Mar 2025 12:35:06 +0100 Organization: A noiseless patient Spider Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 29 Mar 2025 12:35:05 +0100 (CET) Injection-Info: dont-email.me; posting-host="2f2a9a9594044836a728c5d71445a3c1"; logging-data="1288100"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX184pzsi5H0kBLRHI41zlLH0SOWigpxytKY=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:Ghe/g8zgPON9HvbkaE2Pi7LZXdM= Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:66541 List-Id: The current version provides implementations of smart pointers, directed graphs, sets, maps, B-trees, 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), arbitrary precision arithmetic, pseudo-random non-repeating numbers, symmetric encoding and decoding, IEEE 754 representations support, streams, persistent storage, multiple connections server/client designing tools and protocols implementations. https://www.dmitry-kazakov.de/ada/components.htm Changes the previous version: - Bug fix in Generic_Set.Insert which failed to set Inserted output correctly when the element is already in the set; - Bug fix in Generic_Indefinite_Set.Insert, same as above; - The package Generic_Lock_Free_FIFO was added. The package implements lock-free N-to-M FIFOs. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de