$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] finite state machine performance info
From: Eric J. Holtman (eric_at_[hidden])
Date: 2009-11-26 10:57:03
Conoscenza Silente wrote:
> I would like to fasten up the whole process; let's say that I would
> like to avoid the creation/destruction of the class each time using
> object already allocated in memory that are deleted only at the exit
> of the application.
> Is this a good way in your opinion ?
>
>
So when you profile your entire application, how much
time is being spent in boost's state library?