2016Q1: std.blas

Andrei Alexandrescu via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Dec 27 08:23:52 PST 2015


On 12/27/15 12:23 AM, Basile B. wrote:
> On Saturday, 26 December 2015 at 19:57:19 UTC, Ilya Yaroshenko wrote:
>>  - allocators support. GEMM requires small internal allocations.
>>  - @nogc nothrow pure template functions (depends on allocator)
>
> Do you mean using std.experimental.allocators and something like
> (IAllocator alloc) as template parameter ?
>
> If so this will mostly not work. Only Mallocator is really @nogc (on
> phobos master), and maybe only from the next DMD release point, so GDC
> and LDC not before monthes.

There are also Mmap- and Sbrk-based allocators. -- Andrei


More information about the Digitalmars-d-announce mailing list