Containerkit.library RELEASED

Online Status

The first version of containerkit is now released, and can be found on aminet soon.

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

Online Status

Gitlab link gives 404 for me. Did you forget to make it public?

Online Status

No, but I didn't figure out that I should click on the save button afterwards :D
Now fixed

Online Status

Are you planning to do a GNU compatible makefile like the vmakefile you put in LibDescConverter? I don't own SAS/C.

Online Status

I'm not planning but if you supply one - I will add new files to it

Online Status

I have an empty account on GitLab but I can't figure out how to fork your repo. Do I need access granted? I've used GitHub and tinkered with BitBucket (Atlassian) and CodeBerg.org. I'm having trouble figuring out GitLab though.

Online Status

I actually prevented forking, because I dislike the fork and merge request way of working - I can grant you developer rights instead and then you can make a branch or something. I'll contact you on facebook