Distributed Memory implementation
Nemanja Boric via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 18 03:46:36 PST 2016
On Monday, 18 January 2016 at 09:28:59 UTC, tcak wrote:
> On Monday, 18 January 2016 at 08:12:03 UTC, Nemanja Boric wrote:
>> On Monday, 18 January 2016 at 05:59:15 UTC, tcak wrote:
>>> [...]
>>
>> Check https://dlang.org/phobos/std_experimental_allocator.html
>
> Which part of this module provide the functionality of using
> non-consecutive memory(distributed) blocks like they are
> consecutive?
IIRC, none of them, sorry, but if you're going to implement it,
my guess it that
it should be compatible with `std.experimental.allocator`.
More information about the Digitalmars-d
mailing list