Containerkit.library RELEASED
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
No, but I didn't figure out that I should click on the save button afterwards :D
Now fixed
Are you planning to do a GNU compatible makefile like the vmakefile you put in LibDescConverter? I don't own SAS/C.
I'm not planning but if you supply one - I will add new files to it
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.
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
Online Status
Gitlab link gives 404 for me. Did you forget to make it public?