$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Signals2] Signal memory overhead
From: Sean Buckheister (s_buckhe_at_[hidden])
Date: 2012-03-20 14:20:26
> Do you mean that it's possible to lower signals memory consumption in
> a general use-case as well?
I don't know. I haven't looked into the implementation of Signals2 yet,
but at least for applications that require only singlethreaded connect,
disconnect, and dispatch the overhead can be lowered somewhat. Always
provided that I haven't made any big mistakes.