25 lines
311 B
Markdown
25 lines
311 B
Markdown
|
# Interpreters
|
||
|
|
||
|
## Testing Code
|
||
|
Three functions tested
|
||
|
```python:pure_with_types.py
|
||
|
|
||
|
```
|
||
|
|
||
|
```python:pure_no_types.py
|
||
|
|
||
|
```
|
||
|
|
||
|
```python:np_extended.py
|
||
|
|
||
|
```
|
||
|
|
||
|
## Tested interpreters
|
||
|
- CPython 3.9
|
||
|
- CPython 3.11
|
||
|
- PyPy 3.9
|
||
|
- Jython
|
||
|
|
||
|
**Table of evaluation times in seconds**
|
||
|
![enter image description here](table.png)
|