iterator stability for containers

ikod igor.khasilev at gmail.com
Wed Sep 23 07:21:06 UTC 2020


On Monday, 21 September 2020 at 22:00:36 UTC, Steven 
Schveighoffer wrote:
> On 9/21/20 5:01 PM, ikod wrote:
>> On Monday, 21 September 2020 at 15:52:03 UTC, Steven 
>> Schveighoffer wrote:
>>> On 9/21/20 11:28 AM, ikod wrote:

>
> No, they are still there. Last commit was 2011 (meaningful 
> commit), so I guess not yet 10 years.
>
> https://github.com/schveiguy/dcollections
>

Oh, sorry for confusion )

>
> Technically, dcollections doesn't have unrolled linked lists. 
> But the default allocator allocates a page-worth of nodes, 
> which are assigned in order from the block, so it should be 
> pretty cache friendly.

Thanks, I'll check it. If dcollections support fast nogc list - 
that's all what I need. optionally I need stability.

>
> If there is any interest, I can accept PRs to resurrect it or 
> put it into code.dlang.org.
>
> -Steve




More information about the Digitalmars-d mailing list