|
|
|
|
|
by chrisseaton
2968 days ago
|
|
> No, you don't get the results in the same order. You and I just don't see to be on the same page about what fork-join is, so we probably aren't going to agree on this. > It's not Erlang, where you can actually have a deterministic order Can, but my point is you can also not have a deterministic order, which is how Erlang programs can end up being racy, which is the problem with them if you are trying to solve the original problems of threads. |
|
These kind of techniques are key to using parallelism to reduce latency. Always having to wait for everyone to finish at each step makes for a lot of waiting.