<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><div>Hi, I am trying to do a simple benchmark against python, and we decide to use factorial function to the test</div><div><br></div><div>fact(0)->1;</div><div>fact(N)->N*fact(N-1).</div><div><br></div><div>But I wonder if there is a way to implement this using a multicore approach.</div><div><br></div><div>Kindest regards,</div><div>Ivan.<br></div></div></div>
</div><br></div>