Groups | Search | Server Info | Login | Register


Groups > comp.lang.ada > #59657

ANN: Simple Components v4.79

From "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Newsgroups comp.lang.ada
Subject ANN: Simple Components v4.79
Date 2026-02-16 09:51 +0100
Organization A noiseless patient Spider
Message-ID <10mulpu$nhmu$1@dont-email.me> (permalink)

Show all headers | View raw


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 (16 February 2026) to the version 4.78:

- Recurring rational representations (1/3 = 0.(3)) were added to the 
package Strings_Edit.Unbounded_Rational_Edit;
- Bug fix in Strings_Edit.Unbounded_Unsigned_Edit caused by overflow for 
16 base;
- Next_Prime was added to the package Unbounded_Unsigneds.Primes;
- The pattern Proceed was added to SNOBOL-like patterns;
- Some heuristics were added to improve performance of SNOBOL-like patterns.

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

Back to comp.lang.ada | Previous | Next | Find similar


Thread

ANN: Simple Components v4.79 "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2026-02-16 09:51 +0100

csiph-web