23 Jan
2014
23 Jan
'14
6 p.m.
2014/1/23 Niall Douglas
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.