|
|
|
|
|
by biohacker42
6093 days ago
|
|
This isn't surprising, the simplicity of the problem does not exceed the overhead of parallelism. A task like that is actually quite rare in practice, but easy to stumble upon when doing demo or example code. Even with Erlang I don't expect much improvement, when what you're solving is trivial for a single core, adding more cores and processes does not help. |
|