Boost logo

Boost Users :

From: gast128 (gast128_at_[hidden])
Date: 2008-07-15 08:57:39


Hansi <hansipet <at> web.de> writes:

>
> At the moment about 1million calls per second are the target..

I am not sure if this helps, but there are two articles on Dr Dobbs
translating runtime polymorphism, to compile time construction. The downside
is that it does not work in every sitaution (probably you must already know
the class structure at compile time) and I have not tested it myself. If a
virtual call is a bottleneck, than you have a really performance intensive
application.

C++ Expression Templates: http://www.ddj.com/cpp/184401627
A Different Interpretation of the Interpreter Design Pattern:
http://www.ddj.com/cpp/184401605


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