Re: Strange: Rosetta faster than M1
Alex Zavatone
It might seem like a primitive approach, but logging with time stamps should be able to highlight where the suckyness is. Run a log that displays the time delta from the last logging statement so that you are only looking at the deltas. Then run each version and see where the slowness is. That should tell you, right?
toggle quoted message
Show quoted text
Cheers, Alex Zavatone On Sep 19, 2022, at 7:40 PM, Gerriet M. Denkmann <gerriet@...> wrote:On 19 Sep 2022, at 20:07, Alex Zavatone via groups.io <zav@...> wrote:It computes the faculty of 300 000 (i.e. 1 * 2 * 3 * … * 299 999 * 300 000), a somewhat large integer. |
|