$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 11:23:36
Conoscenza Silente wrote:
> Whell I did a small test application to test the usage of
> boost::pool_allocator and boost::fast_pool_allocator. My application
> will possibly do a lot of transition from a state to another.
>
You didn't answer my question. If your application
only spends 10% of its time actually transitioning
states, then it doesn't really matter if you can
speed that up by a factor of 2 or 10.