Subject: Re: [boost] [Intrusive]
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2017-08-24 11:53:11


On 08/24/17 03:45, Soul Studios via Boost wrote:
>
>> 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.

Examples of what, exactly?