Subject: Re: [boost] interest in an asynchronous linear algebra library?
From: Joel FALCOU (joel.falcou_at_[hidden])
Date: 2015-11-23 07:58:54


On 22/11/2015 20:18, Oswin Krause wrote:
> Hi,
>> <rant>
>> Why do people fall into the trap of the NIH syndrome over and over again?
>> *sigh*
>> </rant>
>
> This is not NIH. I am happily using all kinds of external libraries.
> However, for a general purpose library, especially when targeting
> something as boost I hesitate to do it without providing a reasonable
> fallback implementation, especially if it is a library i can not assume
> to be readily installed and available on a regular unix system.

Having a cmake script install w/e dependecies oyu requrie is nto
terrible to write.

We tried to do our own async in NT2 then switched to HPX cause it was
too much work.