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

Reply via email to