Improve signal invocation performance, from Robert Zeh

[SVN r35432]
This commit is contained in:
Douglas Gregor 2006-09-30 13:46:07 +00:00
parent 10a396b4a9
commit 8b5754e76a
2 changed files with 7 additions and 2 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit 0672dcb46cea01a1b19a7581b50ae4fc8ca5ed79
Subproject commit 2b817378c736bd54ff7adf5200e9dd77f13d8184