$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Martínez Aguerre (br1_at_[hidden])
Date: 2005-02-11 16:24:59
On Fri, 11 Feb 2005 13:34:05 -0500, Doug Gregor <dgregor_at_[hidden]>
wrote:
> Iterating through a map really is slow, though... loops in operator++
> really hurt us. I've tried a few times to come up with some ultra-slick
> formulation using a list for primary storage and a map indexing into the
> list... but I've always failed to deal with the iterator invalidation
> issues.
Can't multi-index help you here?
Bruno