$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-06-18 10:18:02
On Jun 18, 2005, at 9:43 AM, Christophe Prud'homme wrote:
> Am I using boost::signals the wrong way? has boost::signals some added
> features that reduce its performance ?
The latter. The "slot groups" feature really slows Signals down.
Doug