forked from Advanced_Python/advanced-python-homework-2023
resize image in readme
This commit is contained in:
parent
3bfda92204
commit
1ab5673232
@ -1,7 +1,8 @@
|
|||||||
# Interpreters
|
# Interpreters
|
||||||
|
|
||||||
## Results
|
## Results
|
||||||
![results](result.png)
|
<img src="result.png" alt="drawing" width="650"/>
|
||||||
|
<!-- ![result.png](result.png) -->
|
||||||
|
|
||||||
### Observations
|
### 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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user