How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
This is the core module of the GNAT Components Collection. Please refer to the documentation in the docs/ directory.
The GNAT Components Collection (GNATcoll) - Database packages
CircuitPython is a specialized derivative of the MicroPython runtime designed as an embedded Python interpreter for microcontrollers. It provides a high-level language environment that allows for direct hardware access through a dedicated hardware abstraction layer and a Python microcontroller runtime. The project is distinguished by firmware that exposes the microcontroller as a native USB mass storage device. This allows users to edit code directly on the device as if it were a removable drive, eliminating the need for specialized flashing tools and enabling filesystem-triggered code reload
Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc
The GNAT Components Collection (GNATcoll) - Bindings
The main features of adacore/gnatcoll-bindings are: Core Frameworks.
Projects with overlapping indexed features include: adacore/gnatcoll-core — This is the core module of the GNAT Components Collection. Please refer to the documentation in the docs/ directory. adacore/gnatcoll-db — The GNAT Components Collection (GNATcoll) - Database packages. adafruit/circuitpython — CircuitPython is a specialized derivative of the MicroPython runtime designed as an embedded Python interpreter for… alibaba/photonlibos — Probably the fastest coroutine lib in the world! alpinejs/alpine — This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML… abseil/abseil-cpp — Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a…