Boost logo

Boost :

Subject: Re: [boost] Boost.Fiber review January 6-15
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-01-23 13:00:57


2014/1/23 Niall Douglas <s_sourceforge_at_[hidden]>

> I would like to see Boost Fibers, fcontext and Windows Fibers. Then
> one can see if Boost Fibers introduces any unusual "kinks" in the
> scaling.
>

make_fcontext() == CreateFiber()
jump_fcontext() == SwitchToFiber()

You compare apples and oranges - boost.fiber uses at its lower level
make_fcontext()/jump_fcontext() - so it would always
'slower' than the base-level functions.
a comparison would belong to boost.context - the lib already contains code
and documentation too.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk