mirror of
https://github.com/boostorg/boost.git
synced 2026-07-21 13:13:43 +00:00
Improve signal invocation performance, from Robert Zeh
[SVN r35432]
This commit is contained in:
@@ -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(&X:foo, &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
|
||||
|
||||
Reference in New Issue
Block a user