Boost logo

Boost :

Subject: Re: [boost] Minimizing Dependencies within Generic Classes for Faster and Smaller Programs
From: Andy Venikov (avenikov_at_[hidden])
Date: 2010-11-12 13:21:01


On 11/10/2010 11:56 AM, vicente.botet wrote:
> Hi,
>
> I have found this paper "Minimizing Dependencies within Generic Classes for Faster and Smaller Programs" http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2911.pdf quite iteresting. The gain in performances and reduced space could be considerable.
>
> I was wondering if Boost should not take this as a guideline and whether the Boost authors would check his libraries to see if this technique could improve its performances, in particular for all the container and the the forthcomming Boost.Container libraries.
>
> I would be interested in knowing if this has been adopted for C==0x containers.
>
> Good reading,
> _____________________
> Vicente Juan Botet Escribá
> http://viboes.blogspot.com/
> _______________________________________________
> Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>

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?

Thanks,
   Andy.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk