Job script. It helps us to run the scripts faster.
This file contains all the data collect from the experiments, but in "raw" format.
The same but -h (Human Readable).
data-analizer is the one that make the interpreter comparison.
others *.py are experiments
CPython was faster in this case but they are similar (T ~ 10⁻⁶)
(Using Logarithm scales)
In the begging, CPython was faster but PyPy became faster.
PyPy takes a lot of time to start working, but in long live program that has no C extesions beeing used, PyPy become faster because of its JIT (Just-in-Time Compiler) that find out hotspots in a program.