summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2006-01-10 23:52:35 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2006-01-10 23:52:35 +0000
commit985b11c7be933965d5704f18dde0e8ffecc85d09 (patch)
tree36f95526bbeaa61edf28fbbc33ed5846159d999d /index.htm
parentab9c71f568971369b43ca7b9d756d96c1c534d46 (diff)
downloadboost-985b11c7be933965d5704f18dde0e8ffecc85d09.tar.gz
Small buffer optimization for Boost.Function
[SVN r32282]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index ab2352dbc5..2e0642bc44 100644
--- a/index.htm
+++ b/index.htm
@@ -138,6 +138,19 @@
<h4>Updated Libraries</h4>
<ul>
+ <li><span
+ class="library"><a
+ href="libs/function/index.html">Function
+ 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
+ function objects. For
+ instance, <code>bind(&X:foo, &x, _1,
+ _2)</code> requires no heap allocation when
+ placed into a Boost.Function object.</li>
+
<li><span class="library"><a
href="libs/graph/doc/index.html">Graph
Library</a>:</span>