$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Zeljko Vrba (zvrba_at_[hidden])
Date: 2008-07-15 04:23:31
On Tue, Jul 15, 2008 at 09:24:48AM +0200, Hansi wrote:
>
> would use derived classes from the common interface, but this classes
> should be really fast.
>
How fast does method execution need to be? Concrete metrics is preferred,
e.g., "100 million calls per second". I'd suggest that you first implement
it with polymorphic classes and *prove* that it is too slow before embarking
onto something more complicated.