$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-10-13 10:36:28
On Oct 13, 2004, at 8:17 AM, Jody Hagins wrote:
> Are there any docs which describe the performance of the signal/slot
> library?
The reference docs say a little about the asymptotic behavior of signal
operations, but AFAIK nobody has done a real performance study.
> I was about to embark on a performance study because I want to
> use it in a very high performance critical code path, but I thought I'd
> ask if anyone else may have already done some work in this area.
I won't claim to be optimistic about the results, but I'd love to see
them.
Doug