Kinds of containers
safety0ff via Digitalmars-d
digitalmars-d at puremagic.com
Thu Oct 22 07:14:08 PDT 2015
On Thursday, 22 October 2015 at 07:13:58 UTC, KlausO wrote:
>
> Intrusive data structures have their strengths especially when
> nodes are
> part of several containers.
> I implemented some of the intrusive containers back in D1 times.
> See
>
> http://dsource.org/projects/nova/browser/trunk/nova/ds/intrusive
>
> KlausO
I also like having an intrusive container library in my toolbox:
they don't limit membership to one container and they don't
"bake" memory management into the container type.
http://www.boost.org/doc/libs/1_59_0/doc/html/intrusive.html
More information about the Digitalmars-d
mailing list