$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-12-28 02:33:03
Alex Besogonov wrote:
> Vladimir Prus wrote:
>>> This optimization will make boost::function _much_ faster - in one of
>> How much faster, exactly? Recently, in a thread "[signal] performance"
>> I've posted a small benchmark that finds boost::function to take 4 times
>> more time that call via function pointer -- which, IMO, is pretty fast.
> I don't have any problem with boost::function speed of invocations
> (though FastDelegate is two times faster).
I see. Still, would be nice to see specific numbers.
- Volodya