$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [MSM] Is there any interest in C++14 Boost.MSM-eUML like library which compiles up to 60x quicker whilst being a slightly faster too?
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2016-02-03 17:40:16
Le 03/02/2016 22:32, Kris a écrit :
> On Wed, Feb 3, 2016 at 8:54 PM, Christophe Henry-2 [via Boost] <
> ml-node+s2283326n4683177h6_at_[hidden]> wrote:
>
>>> Moreover, I'm not sure how to disable the slowing down options such as
>> deffered events etc.?
>>
>> I would be surprised if deferred events costed much compile time.
>>
>> Yea, I agree that compilation time should not be affected. However a
> runtime performance could have, right?
Event deferral must not cost anything at run-time if not used. Otherwise
it should be provided at a higher level.
The same applies to history state.
Of course, these features imply some extra space.
Vicente