From 8b5754e76a4c09e5d6b6b4efbce48ddec5949ce4 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 30 Sep 2006 13:46:07 +0000 Subject: [PATCH] Improve signal invocation performance, from Robert Zeh [SVN r35432] --- index.htm | 7 ++++++- libs/signals | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.htm b/index.htm index 99d8c669b8..7b00bc3b2a 100644 --- a/index.htm +++ b/index.htm @@ -257,7 +257,7 @@ Library: 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, bind(&X:foo, &x, _1, _2) requires no heap allocation when placed into a @@ -454,6 +454,11 @@ +
  • Signals Library: + More improvements to signal invocation performance from + Robert Zeh.
  • +
  • Smart diff --git a/libs/signals b/libs/signals index 0672dcb46c..2b817378c7 160000 --- a/libs/signals +++ b/libs/signals @@ -1 +1 @@ -Subproject commit 0672dcb46cea01a1b19a7581b50ae4fc8ca5ed79 +Subproject commit 2b817378c736bd54ff7adf5200e9dd77f13d8184