$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Root Pointer] New Documentation
From: Oswin Krause (Oswin.Krause_at_[hidden])
Date: 2016-04-11 02:33:04
Hi,
> Ouch. No offence to the author but that certainly seals it for me.
> Giving up resource management for anything serious and long-running
> sounds like a professional suicide.
Why? As far as i understands it, he uses a intrusive list for managing
loops. therefore removal is O(1) as no search has to be done to remove
an element.