$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Intrusive]
From: Soul Studios (matt_at_[hidden])
Date: 2017-08-24 00:45:50
> Whether that is faster or not depends on many factors, primarilly the
> use scenarios at hand. One can't make a general statement like that
> without specifics. One factor that could make a vector more efficient
> than a list is cache friendliness, but an intrusive list could exploit
> it as well if you manage the storage appropriately.
Examples please.