
14 Sep
2007
14 Sep
'07
9:17 p.m.
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