$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] new libaray Boost.Fiber in vault
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-11-01 15:15:27
k-oli_at_[hidden] wrote:
> Could you please explain why it is faster? I'm
> using ::makecontext()/::CreateFiber() too.
It uses assembly for an optimal, userland-only, solution.
At least that was planned I believe.