$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Fibers] Performance
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-01-13 11:43:42
2014/1/13 Hartmut Kaiser <hartmut.kaiser_at_[hidden]>
> > IMHO, for this library to be accepted, it has to prove to be of high
> > quality which implies best possible performance. You might want to
> compare
> > the performance of your library with other existing solutions (for
> > instance TBB, qthreads, openmp, HPX). The link I provided above will give
> > you a set of trivial tests for those. Moreover, we'd be happy to add an
> > equivalent test for your library to our repository.
>
> Ping? Any news? I'd make my vote depend on the outcome of the performance
> tests.
>
I'll add performance tests but I doubt that I could finish to implement the
tests till Wednesday.
I've to look through the tests provided by the HPX-project, select some and
try to understand
what they are doing.