Containers

deadalnix deadalnix at gmail.com
Tue Aug 31 23:24:57 UTC 2021


On Tuesday, 31 August 2021 at 21:36:25 UTC, Per Nordlöw wrote:
> On Tuesday, 31 August 2021 at 17:21:02 UTC, deadalnix wrote:
>> I want to start working on a container library. Interestingly 
>> enough, I don't think we have what we need on that front.
>
> Good initiative. I'd be happy to assist.
>
> I have a bunch of value-type containers (struct + dup) lying 
> around 
> [here](https://github.com/nordlow/phobos-next/tree/master/src/nxt) being `@safe pure nothrow @nogc` whenever possible. It supports significantly more members than emsi-containers at least. It also tries to be dip-1000 compliant but there are like bugs lurking here and there.
>
> [Here](https://github.com/nordlow/phobos-next#containers)'s a 
> likely incomplete list of the containers.
>
> Feel free to give me a ping if you need any guidance.
>
> You might find `nxt.trie` of special interest. Beware of its 
> size, though.
>

There is a ton of good work in there!

Do you agree with the direction explicated?

I expected to focus on Vector/Set/Map initially. This should 
serve most use case in practice.


More information about the Digitalmars-d mailing list