$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [fiber] Asio autoecho example crashes (VS 2015 u3)
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2016-10-11 01:47:59
2016-10-11 7:16 GMT+02:00 DePizzottri <depizzottri_at_[hidden]>:
> yes, i realized this from documetation)
>
> after some profiling and changing queue in "work_sharing" example to
> lock-free i got about 4x performance increasing: profiler shows that most
> of
> time it spends to lock/unlock.
> Any plans to add more sheduler alogo?
>
yes, I've some experimental queue impls
which type of lock-free queue did you use (chase_lev algorithm)?