Hacker News new | ask | show | jobs
by _RedPanda 2932 days ago
>CPython 3.6.5 128.172

Am I reading this correct? it took CPython 128 seconds for a simple Fibonacci test? Can anybody explain to me why this is so slow?

1 comments

Function calls in CPython are not very fast, and the test makes over 850 million calls.