FYI - mo' work on std.allocator

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Sun May 18 01:51:07 PDT 2014


Andrei Alexandrescu:

> https://github.com/andralex/phobos/blob/allocator/std/allocator.d
>
> Destruction is as always welcome. I plan to get into tracing 
> tomorrow morning.

If you have a system with more cores/CPUs, and each core owns 
part of the memory (a core can access the memory of another core, 
but this access is slower than accessing its own memory), can you 
allocate a memory region specifying what core memory allocate 
from? (I think Chapel and X10 languages allowed such things from 
the normal built-in syntax itself).

Bye,
bearophile


More information about the Digitalmars-d mailing list