$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] multi_index_container insert is excruciatingly slow
From: Jim Bell (Jim_at_[hidden])
Date: 2011-03-08 10:54:51
On 1:59 PM, Georges Dupret wrote:
> [...]
>
> inserting into a multi_index_container is excruciatingly slow. I have a
> large nbr. of elements to insert (10^5) but even the first 1000 are very
> slow. I also set:
>
> [...]
>
> in the header calling the multi_index_container, but I see no change.
How many and what kind of indices (indexes) are you using? How
complicated are your elements?