Short: provides containers + related algorithms Author: cbo@boemann.dk (Camilla Boemann) Uploader: cbo boemann dk (Camilla Boemann) Type: util/libs Version: 1.1 Architecture: m68k-amigaos >= 3.0 Containerkit.library provides containers and related algorithms. It is planned to be distributed with AmigaOS 3.3 as well as being available through aminet and other distribution channels. It is released under LGPLv2 and the source code is available at: https://gitlab.com/boemann/containerkit.library The following containers are provided in version 1: Array - a dynamic array, aka vector Elements can be up to 255 bytes. Map - a map using hashtables aka unordered map The map can have a payload of 0 size and thus work as if it is a set. In future releases algorithms for list traversal and Trees will be provided Installation ------------ copy containerkit.library to libs: Using it as a Programmer ------------------------ Until we provide actual documentation you could take a look at the gitlab page and look in unittests/both.c The library is used in that file and you can learn a lot from seeing that Contribute ---------- Contact us for contributing to the project. History ------- 1.1 14 Sep 2024 - initial version