[OT] Region-Based Storage Management: ParaSailing without a (Garbage) Chute

bearophile bearophileHUGS at lycos.com
Fri Feb 15 15:15:14 PST 2013


Paulo Pinto:

> https://air.mozilla.org/region-based-storage-management-parasailing-without-a-garbage-chute/

Half of the talk is about Parasail language in general. Despite
the parallelism it looks like a simple enough language to learn
(maybe even simpler than Go).


At 9.08-9.56 he says "you have to specify the names of the
objects you are referencing from the outer scope."
It's like my idea of @outer():
http://d.puremagic.com/issues/show_bug.cgi?id=5007


At 40.27-40.43 he shows a very easy to understand graph of how
Rust manages its memory. When you have many CPU cores I think
that organization scales better than D memory management.

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list