On Tue, Apr 10, 2012 at 3:18 AM, Mathieu Lacage
<
mathieu.lacage@...> wrote:
>
> My feeling is that we should aggressively remove the calendar-scheduler.cc/h
> and heap-scheduler.cc/h too since:
> 1) I am not aware of anyone ever trying to use them so I doubt anyone will
> feel a loss
Heap scheduler was the best performer in the multithreaded test cases I tried.
However, I agree, there's no point in keeping it if people aren't
using multithreading, and it's quite trivial in any case to implement
one's own.