
12 Nov
2010
12 Nov
'10
6:38 p.m.
----- Original Message ----- From: "Andy Venikov" <avenikov@gmail.com> To: <boost@lists.boost.org> Sent: Friday, November 12, 2010 7:21 PM Subject: Re: [boost] Minimizing Dependencies within Generic Classes for Faster and Smaller Programs It looks like multi index container could greatly benefit from it. In fact, I think the example in the paper really represents an implementation of a multiindex container. Or is multi-index already employing this technique? _______________________________________________ Hi, The example in the paper coudl be considered as a kind of dynamic polymorphic multi-index. Boost.MultiIndex uses static polymorphism. I don't know if MultiIndex uses this technique. Joaquin? Vicente