diff --git a/interpreters/README.md b/interpreters/README.md index 7cf127e..5a2c7a5 100644 --- a/interpreters/README.md +++ b/interpreters/README.md @@ -1,7 +1,8 @@ # Interpreters ## Results -![results](result.png) +drawing + ### Observations - Functions w/o Numpy in PyPy run **much faster**. JIT compilation optimizes the function's code and runs compiled versions of them $\Rightarrow$ improvement in time