[erlang-questions] Fwd: About a multicore benchmark
Iván Carmenates
ivancarmenates@REDACTED
Thu Nov 9 19:17:18 CET 2017
Hi, I am trying to do a simple benchmark against python, and we decide to
use factorial function to the test
fact(0)->1;
fact(N)->N*fact(N-1).
But I wonder if there is a way to implement this using a multicore approach.
Kindest regards,
Ivan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20171109/9b985619/attachment.htm>
More information about the erlang-questions
mailing list