16 Jul 07:22
Re: Beginner design question
From: Hansi <hansipet <at> web.de>
Subject: Re: Beginner design question
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-07-16 05:22:45 GMT
Subject: Re: Beginner design question
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-07-16 05:22:45 GMT
> > -- > Hi, > > The question is if you need runtime polymorphism or static one? > If you have some performances constraints, I propose you to use static > polymorphism as far as you can and switch to runtime polymorphism when > statics no work any more. The Adobe Poly library helps you to make the > switch (see http://stlab.adobe.com/wiki/images/c/c9/Boost_poly.pdf and > http://homepages.fh-regensburg.de/~mpool/mpool07/proceedings/5.pdf) > > Hopping that helps you. > > > Vicente static polymorphism helps too...thanks
RSS Feed