Yeah, if you need to allocate a lot of things, I think Distributed
is better. The binary trees benchmark game (which allocates a lot of nodes) is using Distributed
instead Threads
for the same reason: Help with binary trees benchmark games example
2 Likes