Przeglądaj źródła

Improve signal invocation performance, from Robert Zeh

[SVN r35432]
Douglas Gregor 19 lat temu
rodzic
commit
8b5754e76a
2 zmienionych plików z 7 dodań i 2 usunięć
  1. 6 1
      index.htm
  2. 1 1
      libs/signals

+ 6 - 1
index.htm

@@ -257,7 +257,7 @@
                           Library</a>:</span> Boost.Function now implements a
                           Library</a>:</span> Boost.Function now implements a
                           small buffer optimization, which can drastically
                           small buffer optimization, which can drastically
                           improve the performance when copying or
                           improve the performance when copying or
-                          construction Boost.Function objects storing small
+                          constructing Boost.Function objects storing small
                           function objects. For instance,
                           function objects. For instance,
                           <code>bind(&amp;X:foo, &amp;x, _1, _2)</code>
                           <code>bind(&amp;X:foo, &amp;x, _1, _2)</code>
                           requires no heap allocation when placed into a
                           requires no heap allocation when placed into a
@@ -454,6 +454,11 @@
                             </ul>
                             </ul>
                           </li>
                           </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>
                           <li>
                             <span class="library"><a href=
                             <span class="library"><a href=
                             "libs/smart_ptr/smart_ptr.htm">Smart
                             "libs/smart_ptr/smart_ptr.htm">Smart

+ 1 - 1
libs/signals

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

粤ICP备19079148号