Python Interpreters Benchmarks
x64 ArchLinux : AMD® Ryzen 7 4700U®

vs

 1 : Are the Python 2 programs faster? At a glance.

Each chart bar shows, for one unidentified benchmark, how much the fastest Python 2 program used compared to the fastest PyPy program.

(Memory use is only compared for tasks that require memory to be allocated.)


These are not the only compilers and interpreters. These are not the only programs that could be written. These are not the only tasks that could be solved. These are just 10 tiny examples.

 2 : Are the Python 2 programs faster? Approximately.

Each table row shows, for one named benchmark, how much the fastest Python 2 program used compared to the fastest PyPy program.

(Memory use is only compared for tasks that require memory to be allocated.)

 Python 2 used what fraction? used how many times more? 
Benchmark Time Memory Code
 reverse-complement † ?±
 regex-dna †1/4?±
 binary-trees1/21/6±
 pidigits± ±
 k-nucleotide †±?±
 iobench ±
 pystone †?±
 fibonacci †?±
 meteor-contest ±
 fasta ±
 thread-ring?±
 jsonbench ±
 richards †?±
 fannkuch-redux ±
 fib50 ±
 n-body12× ±
 spectral-norm †12×?±
 Python 2 used what fraction? used how many times more? 
Time-used  |-  |---  25% median  75%  ---|  -|
(Elapsed secs)  ±11×12×

† possible mismatch - one-core program compared to multi-core program.

± read the measurements and then read the program source code.

 3 : Are the Python 2 programs faster? Measurements.

These are not the only tasks that could be solved. These are just 10 tiny examples. These are not the only compilers and interpreters. These are not the only programs that could be written.

For each named benchmark, measurements of the fastest Python 2 program are shown for comparison against measurements of the fastest PyPy program.

Program Source Code CPU secs Elapsed secs Memory KB Code B ≈ CPU Load
 reverse-complement 
Python 20.01?432   †
PyPy0.060.06?432  0% 14% 0% 0% 0% 14% 14% 100% †
 regex-dna 
Python 20.030.03?501  100% 0% 0% 0% 0% 0% 0% 33% †
PyPy0.100.11?501  100% 0% 0% 0% 0% 0% 0% 0% †
 binary-trees 
Python 22.020.4716,340743  54% 57% 56% 54% 64% 57% 63% 54%
PyPy2.271.0491,028743  32% 67% 25% 28% 24% 28% 22% 24%
 pidigits 
Python 22.132.137,128322  0% 0% 0% 0% 1% 0% 100% 0%
PyPy2.982.9981,732322  100% 0% 0% 0% 1% 0% 0% 0%
 k-nucleotide 
Python 20.070.07?593  100% 0% 0% 0% 0% 0% 0% 0% †
PyPy0.090.09?593  22% 18% 0% 100% 0% 0% 0% 0% †
 iobench 
Python 224.8624.866,336370  0% 0% 100% 0% 0% 0% 0% 0%
PyPy14.7314.7380,864370  0% 0% 100% 0% 0% 0% 1% 0%
 pystone 
Python 20.200.20?2301  0% 0% 0% 0% 0% 100% 0% 0% †
PyPy0.080.09?2301  100% 10% 0% 0% 0% 20% 0% 11% †
 fibonacci 
Python 20.490.496,772181  0% 100% 2% 0% 0% 0% 0% 0% †
PyPy0.170.17?181  6% 0% 0% 0% 0% 6% 11% 100% †
 meteor-contest 
Python 22.142.146,8281485  0% 0% 100% 0% 0% 0% 0% 1%
PyPy0.670.6780,9721485  4% 0% 1% 99% 0% 4% 0% 0%
 fasta 
Python 25.875.9112,988900  0% 0% 1% 0% 0% 99% 0% 0%
PyPy1.751.7577,640900  2% 2% 2% 2% 100% 3% 2% 1%
 thread-ring 
Python 20.380.392,800407  3% 3% 97% 0% 0% 0% 0% 0%
PyPy0.110.11?407  0% 8% 92% 0% 9% 0% 0% 8%
 jsonbench 
Python 24.254.2615,884322  0% 0% 100% 0% 0% 0% 0% 0%
PyPy0.900.9080,556322  0% 0% 100% 3% 1% 0% 1% 0%
 richards 
Python 20.870.876,3482423  1% 0% 100% 0% 1% 0% 0% 0% †
PyPy0.180.18?2423  18% 5% 100% 0% 0% 5% 5% 0% †
 fannkuch-redux 
Python 211.022.8511,4601009  6% 4% 97% 95% 94% 0% 1% 96%
PyPy1.680.58322,0081009  41% 19% 66% 16% 43% 68% 66% 32%
 fib50 
Python 22.402.4037,872130  0% 0% 100% 0% 0% 0% 0% 0%
PyPy0.480.4877,576130  4% 100% 0% 2% 2% 0% 2% 0%
 n-body 
Python 238.7838.786,6841337  0% 0% 0% 0% 0% 1% 0% 100%
PyPy3.293.2974,8561337  0% 100% 1% 0% 1% 1% 1% 1%
 spectral-norm 
Python 24.231.1311,728595  78% 71% 51% 30% 25% 35% 40% 59% †
PyPy0.090.09?594  0% 0% 0% 100% 18% 0% 0% 0% †
 templates 
No program
PyPy2.372.4198,384307  0% 6% 94% 0% 0% 0% 1% 0%
 fasta-redux 
No program
PyPy0.190.19?1115  0% 0% 5% 100% 5% 5% 0% 0%
 mandelbrot
   No programs
 chameneos-redux
   No programs
 binary-trees-redux
   No programs

† possible mismatch - one-core program compared to multi-core program.

 4 : Are there other Python 2 programs for these benchmarks?

Remember - those are just the fastest Python 2 and PyPy programs measured on this OS/machine. Check if there are other implementations of these benchmark programs for Python 2.

Maybe one of those other Python 2 programs is fastest on a different OS/machine.

 5 : Are there other faster programs for these benchmarks?

Remember - those are just the fastest Python 2 and PyPy programs measured on this OS/machine. Check if there are faster implementations of these benchmark programs for other programming languages.

Maybe one of those other programs is fastest on a different OS/machine.

 Python 2 : the old Python 

Revised BSD license

  Home   Conclusions   License   Play