
11 Feb
2005
11 Feb
'05
9:24 p.m.
On Fri, 11 Feb 2005 13:34:05 -0500, Doug Gregor <dgregor@cs.indiana.edu> 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