By: Eric Bron (eric.bron.delete@this.zvisuel.privatefortest.com), December 6, 2014 2:42 am
Room: Moderated Discussions
> Trust me, concurrency is hard. There's a reason all the examples of "look how easy it is to parallellize
> things" tend to use simple arrays and don't ever have allocations or freeing of the objects.
or people using DAGs to explain why reference count is a solid solution when complex object graphs typically have cycles
> things" tend to use simple arrays and don't ever have allocations or freeing of the objects.
or people using DAGs to explain why reference count is a solid solution when complex object graphs typically have cycles