$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-09-14 17:17:30
On Sep 14, 2007, at 4:05 PM, Michael Marcin wrote:
> I ran across http://www.codeproject.com/cpp/fastdelegate2.asp the
> other
> day. I searched the archives and didn't find any discussion about
> it on
> the list.
>
> It makes some good arguments and seems to be done pretty well,
> although
> it may have succumb to a bit of feature creep.
>
> Should those benchmarks be reran against the trunk version of
> Boost.Function?
Yes, those tests should certainly be rerun now that Boost.Function
does the small-object optimization. Copy performance for such small
objects is much, much improved.
- Doug