The Simple components for Ada library provides implementations of smart pointers for automatically collected objects (using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic sets, maps, arbitrary precision arithmetic, B-trees, directed graphs, directed weighted graphs, stacks, and storage pools. It also includes table management, string editing, IEEE 754 support, and infix expression parsing tools. Implementations of some lock-free shared data structures are provided.
Features
- Ada 95, 2005, 2012 compliant
- Arbitrary precision arithmetic
- ASN.1 implementation, no code generator used
- B-trees in-memory and externally held
- Chebyshev series
- Doubly-linked webs and lists
- Lock-free blackboards
- Graphs (directed, weighted, acyclic, trees)
- Events (plain, pulse, array of)
- HTTP implementation, socket-select based for massive connections number
- Lock-free FIFO
- IEEE 754 portable encoding and decoding
- Interprocess RPC, memory pools, mutexes, events
- JSON parser
- LDAP client and server
- MODBUS stack
- MQTT stack and full broker implementation
- Multiple connection TCP servers
- Primality tests, Montgomery domain, Barret reduction
- Protable mutexes
- Reference counted objects and handles to
- ODBC bindings
- SQLite3 bindings
- Persistency layer, supporting objects with dependencies
- Sets and maps
- Stacks
- Storage pools implementations
- Streams implementations, String-backed, in-memory streams
- Table-driven parsers
- Tables for Ada and Strings Edit for Ada libraries are included
- Unbounded arrays and unbounded arrays of pointers
- X.509 certificates
- Examples (full Ada 95 expression parser, calculator etc)
License
Creative Commons Attribution ShareAlike License V3.0Follow Simple components for Ada
Other Useful Business Software
Jscrambler: Pioneering Client-Side Protection Platform
Jscrambler is the leader in Client-Side Protection and Compliance. We were the first to merge advanced polymorphic JavaScript obfuscation with fine-grained third-party tag protection in a unified Client-Side Protection and Compliance Platform. Our integrated solution ensures a robust defense against current and emerging client-side cyber threats, data leaks, and IP theft, empowering software development and digital teams to innovate securely. With Jscrambler, businesses adopt a unified, future-proof client-side security policy all while achieving compliance with emerging security standards including PCI DSS v4.0. Trusted by digital leaders worldwide, Jscrambler gives businesses the freedom to innovate securely.
Rate This Project
Login To Rate This Project
User Reviews
-
Top quality and portable! The modest name (Simple components) hides actually a large collection of full-featured libraries (including a Web server!) I use only a fraction of - well, probably a larger part than I am aware of... The Simple components are used in at least two other SF projects: GNOGA and Excel Writer. They are surely used in many other Ada OSS projects, and of course in many Ada projects generally.