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

vs

 1 : Are the Jython programs faster? At a glance.

Each chart bar shows, for one unidentified benchmark, how much the fastest Jython program used compared to the fastest Python 3 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 Jython programs faster? Approximately.

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

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

 Jython used what fraction? used how many times more? 
Benchmark Time Memory Code
 n-body ±
 meteor-contest † ±
 fib50 † ±
 richards † ±
 jsonbench † ±
 fasta 1/2
 thread-ring †10× ±
 pystone †24×?±
 k-nucleotide35×?±
 spectral-norm †50×?
 regex-dna62×?±
 reverse-complement84×?±
 iobench89× ±
 pidigits230×?±
 Jython used what fraction? used how many times more? 
Time-used  |-  |---  25% median  75%  ---|  -|
(Elapsed secs)17×62×145×230×

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

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

 3 : Are the Jython 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 Jython program are shown for comparison against measurements of the fastest Python 3 program.

Program Source Code CPU secs Elapsed secs Memory KB Code B ≈ CPU Load
 n-body 
Jython47.8942.473,3801337  13% 32% 42% 14% 3% 4% 2% 4%
Python 320.6920.7010,5841315  1% 0% 0% 0% 0% 100% 0% 1%
 meteor-contest 
Jython9.645.513,4321485  58% 22% 17% 13% 14% 12% 24% 17% †
Python 31.701.7010,9641443  1% 1% 1% 0% 0% 0% 0% 99% †
 fib50 
Jython11.086.913,592130  17% 14% 11% 5% 44% 24% 21% 25% †
Python 31.631.6410,196136  100% 1% 2% 1% 1% 0% 0% 1% †
 richards 
Jython7.013.063,3802423  18% 41% 29% 35% 21% 29% 29% 33% †
Python 30.490.4911,0922434  2% 4% 0% 2% 2% 100% 0% 0% †
 jsonbench 
Jython23.4415.073,592322  34% 25% 14% 9% 17% 20% 19% 19% †
Python 32.002.0013,956322  2% 0% 1% 100% 0% 1% 1% 2% †
 fasta 
Jython25.5020.973,540900  28% 13% 13% 12% 22% 32% 1% 2%
Python 34.912.7165,7202016  44% 38% 4% 3% 60% 0% 26% 12%
 thread-ring 
Jython5.842.663,476407  54% 23% 34% 24% 32% 24% 15% 20% †
Python 30.280.281,920406  100% 7% 0% 0% 4% 0% 0% 3% †
 pystone 
Jython7.202.843,5482301  22% 34% 21% 79% 32% 23% 18% 28% †
Python 30.110.12?2300  100% 8% 0% 0% 0% 0% 0% 0% †
 k-nucleotide 
Jython4.892.153,448593  34% 52% 20% 30% 23% 31% 21% 16%
Python 30.080.06?801  57% 50% 14% 0% 25% 17% 29% 17%
 spectral-norm 
Jython8.795.593,540594  23% 31% 26% 41% 10% 8% 8% 11% †
Python 30.110.11?394  100% 0% 0% 0% 0% 0% 8% 0% †
 regex-dna 
Jython5.592.473,484501  36% 22% 30% 40% 31% 31% 24% 14%
Python 30.040.04?524  0% 100% 0% 0% 25% 0% 0% 20%
 reverse-complement 
Jython4.281.943,360431  19% 35% 30% 31% 62% 10% 26% 13%
Python 30.020.02?458  33% 0% 100% 0% 0% 0% 0% 0%
 iobench 
Jython286.89270.093,620370  19% 26% 30% 27% 1% 1% 1% 1%
Python 32.993.0310,512367  1% 2% 0% 0% 100% 0% 0% 1%
 pidigits 
Jython10.776.453,588322  18% 30% 55% 20% 13% 7% 13% 12%
Python 30.030.03?379  25% 0% 100% 0% 0% 0% 33% 25%
 fannkuch-redux 
No program
Python 34.720.6599,300894  91% 97% 91% 91% 85% 92% 91% 93%
 fasta-redux 
No program
Python 30.170.17?1115  100% 6% 6% 0% 0% 0% 0% 6%
 fibonacci 
Jython6.152.553,400181  22% 59% 28% 7% 24% 41% 29% 33%
No program
 chameneos-redux 
No program
Python 3275.05194.3116,7481191  11% 14% 14% 14% 17% 21% 18% 22%
 templates 
No program
Python 30.570.5820,176322  100% 0% 0% 2% 0% 3% 0% 2%
 mandelbrot 
No program
Python 325.423.34317,3003852  95% 99% 94% 96% 95% 94% 96% 96%
 binary-trees 
No program
Python 31.030.223,584741  81% 62% 55% 57% 64% 57% 62% 57%
 binary-trees-redux
   No programs

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

 4 : Are there other Jython programs for these benchmarks?

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

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

 5 : Are there other faster programs for these benchmarks?

Remember - those are just the fastest Jython and Python 3 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.

 Jython : Python on Java 

Revised BSD license

  Home   Conclusions   License   Play