Boost logo

Boost Users :

From: Paul Dubuc (pdubuc_at_[hidden])
Date: 2002-04-29 08:34:38


rzako23 wrote:

> ...
> In particular, Tilevich's solution uses non-intrusive multimaps to
> implement associations. While this solution is elegant and flexible, it
> results in sub-optimal performance compared to an intrusive solution of
> each object holding its own links to other objects. One of the design
> goals of the STL is to provide generic code that is close enough in
> efficiency to handcrafted code that there is rarely a need to handcraft
> code.

I liked the non-intrusive feature. Perhaps better performance could be
achieved by replacing the multimaps with sorted vectors following Scott
Meyers' advice in Item 23 of this book "Effective STL".

-- 
Paul M. Dubuc

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net