This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [comp.lang.c++] Performance: multiple inheritance vs. singleinheritance


Phil Edwards wrote:

On Tue, Aug 05, 2003 at 08:31:30PM +0300, Alex Vinokur wrote:


"Graham Banks" <grahambanksRemoveIfYouAreNotASpamBot@sol-digi.com> wrote in message news:bg8hfh$c47$1@newsg4.svr.pol.co.uk...


Does using multiple inheritance introduce any more performance overhead than
single inheritance?




Multiple inheritance vs. single inheritance
===========================================




Um, that's great, guys, but it has nothing to do with the development
of libstdc++-v3. :-) Please keep the discussion on Usenet, not this list.


Yes, but for an efficient implementation of libstdc++ don't you think it's important to understand the costs of things like inheritance?

I for one love the Standard C++ Library because it's full of great things and I'm bored of re-inventing the wheel. However, the implementation performance/code size/reliability etc. are important points otherwise people __will__ re-invent the wheel!

Cheers,


Gawain




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]