summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2006-09-30 13:46:07 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2006-09-30 13:46:07 +0000
commit8b5754e76a4c09e5d6b6b4efbce48ddec5949ce4 (patch)
treebe10e02371d162064f067f0641014f87c70a81e9 /index.htm
parent10a396b4a9c9d99a76eb15d67fc926a751e2ef97 (diff)
downloadboost-8b5754e76a4c09e5d6b6b4efbce48ddec5949ce4.tar.gz
Improve signal invocation performance, from Robert Zeh
[SVN r35432]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.htm b/index.htm
index 99d8c669b8..7b00bc3b2a 100644
--- a/index.htm
+++ b/index.htm
@@ -257,7 +257,7 @@
Library</a>:</span> Boost.Function now implements a
small buffer optimization, which can drastically
improve the performance when copying or
- construction Boost.Function objects storing small
+ constructing Boost.Function objects storing small
function objects. For instance,
<code>bind(&amp;X:foo, &amp;x, _1, _2)</code>
requires no heap allocation when placed into a
@@ -454,6 +454,11 @@
</ul>
</li>
+ <li><span class="library"><a href=
+ "../doc/html/signals.html">Signals Library</a>:</span>
+ More improvements to signal invocation performance from
+ Robert Zeh.</li>
+
<li>
<span class="library"><a href=
"libs/smart_ptr/smart_ptr.htm">Smart