$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost] Boost.Fiber mini-review September 4-13
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2015-09-05 06:22:42
2015-09-05 9:58 GMT+02:00 Thomas Heller <thom.heller_at_[hidden]>:
In the performance section, were all tests executed on a single thread?
>
yes
> Regarding the different stack allocators, do they have any noticeable
> impact on performance?
>
after modifying the tests (excluding fiber creation) following numbers are
measured ( Intel Core2 Q6700):
create fiber: 205 ns
join fiber: 950 ns
detach fiber: 21 ns
yield fiber: 189 ns