minimal_containers VS ada_iso

Compare minimal_containers vs ada_iso and see what are their differences.

minimal_containers

Just enough containers for ColdFrame. (by simonjwright)

ada_iso

ISO Standard references for Ada such as ISO 1366 (country codes) and ISO 4217 (currencies) (by ada-iso)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
minimal_containers ada_iso
2 3
1 5
- -
5.5 5.6
12 months ago 12 months ago
Ada Ada
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

minimal_containers

Posts with mentions or reviews of minimal_containers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.
  • June 2023 What Are You Working On?
    5 projects | /r/ada | 2 Jun 2023
    Minimal Containers - These containers are modelled on the standard Bounded_Vectors and Bounded_Hashed_Maps, but have a reduced memory footprint. They were initially created for use in my ColdFrame, especially when used in a Ravenscar context on an MCU.
  • March 2023 What Are You Working On?
    4 projects | /r/ada | 1 Mar 2023
    Work on a pair of minimal containers, to suit my ColdFrame, specifically for MCUs. This led to interesting discoveries, e.g. GCC PR 108801 (note the palindrome!) and that GCC 13.0.1 (20230129) won’t compile stm32-timers.adb at -O2 (an obscure message about GIMPLE).

ada_iso

Posts with mentions or reviews of ada_iso. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-23.
  • Show HN: Cashe: A money library written in Ada
    4 projects | news.ycombinator.com | 23 Aug 2023
    Introducing Cashe: a Money library written in Ada 2022!

    The purpose of Cashe is to give Money its own high-precision datatype taking advantage of Ada's fixed type decimal system[1]. This allows storing money, associated with a currency, at a defined precision with the choice of utilizing fuzzy or exact equality (see readme for more details).

    It supports ISO Currencies[2] as well as Custom-defined currencies[3], and even a working Currency Exchange[4].

    You can install it using Alire, which is Ada's package manager with a simple `alr with cashe`

    There's quite a bit of examples in the readme, but I also gave full code examples for almost all of the functions in the API Documentation[5].

    [1] https://github.com/AJ-Ianozi/Cashe/blob/main/src/cashe.ads

    [2] https://github.com/ada-iso/ada_iso

    [3] https://aj-ianozi.github.io/Cashe/cashe-currency_handling_ad...

    [4] https://aj-ianozi.github.io/Cashe/cashe-exchange_ads.html#ro...

    [5] https://aj-ianozi.github.io/Cashe/toc_index.html

  • June 2023 What Are You Working On?
    5 projects | /r/ada | 2 Jun 2023
    Now that I have currency working in the Ada ISO library, I'm hoping to get to languages next. I'm working on a library to implement the SimpleFIN API in Ada.
  • The Ada ISO Library 1.0
    1 project | /r/ada | 5 May 2023
    After some back and forth with the Ada Community and some drastic reworking, the first release of the Ada ISO Library is ready!

What are some alternatives?

When comparing minimal_containers and ada_iso you can also consider the following projects:

sigslot - Signals & Slots implementation in Common Lisp

coldframe - ColdFrame generates Ada framework code and documentation from UML models.

AdaDoom3 - Id Software's Id-tech-4-BFG in the Ada programming language.

gpr-rust - Rust binding for gpr

distributing-gcc - Binary releases of GCC (native and cross) on macOS; also, the scripts/Makefiles used for producing them.

learn - Sources for learn.adacore.com

getada - An unofficial installer for Alire

Honki-Tonks-Zivilisationen - Der Code meines 4X-Rundenstrategiespiels. The Code of my 4X turn-based strategy game.

Cashe - A Money library for Ada