mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Improve signal invocation performance, from Robert Zeh
[SVN r35432]
This commit is contained in:
parent
10a396b4a9
commit
8b5754e76a
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0672dcb46cea01a1b19a7581b50ae4fc8ca5ed79
|
||||
Subproject commit 2b817378c736bd54ff7adf5200e9dd77f13d8184
|
Loading…
Add table
Reference in a new issue