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

Reply via email to