Each chart bar shows how many times slower, one ↓ mandelbrot program was, compared to the fastest program.
These are not the only programs that could be written. These are not the only compilers and interpreters. These are not the only programming languages.
Column × shows how many times more each program used compared to the benchmark program that used least.
sort | sort | sort | ||||
× | Program Source Code | CPU secs | Elapsed secs | Memory KB | Code B | ≈ CPU Load |
---|---|---|---|---|---|---|
1.0 | Python 3 #6 | 25.42 | 3.34 | 317,300 | 3852 | 95% 99% 94% 96% 95% 94% 96% 96% |
1.3 | Python development version #6 | 33.65 | 4.39 | 307,604 | 3852 | 97% 96% 97% 94% 97% 97% 96% 97% |
1.5 | Nuitka #6 | 36.89 | 4.88 | 300,640 | 3852 | 100% 95% 97% 94% 94% 95% 95% 95% |
2.6 | Numba #6 | 61.51 | 8.68 | 133,960 | 3886 | 94% 91% 96% 93% 93% 98% 92% 95% |
missing benchmark programs | ||||||
Python 2 | No program | |||||
PyPy 2 | No program | |||||
PyPy 3 | No program | |||||
Jython | No program | |||||
IronPython | No program | |||||
Cython | No program | |||||
Shedskin | No program | |||||
Pyston | No program | |||||
MicroPython | No program | |||||
Grumpy | No program | |||||
Graal | No program | |||||
RustPython | No program |
cmp program output N = 200 with this 5KB output file to check your program is correct before contributing.
We are trying to show the performance of various programming language implementations - so we ask that contributed programs not only give the correct result, but also use the same algorithm to calculate that result.
Each program should plot the Mandelbrot set [-1.5-i,0.5+i] on an N-by-N bitmap. Write output byte-by-byte in portable bitmap format.
For more information see Eric W. Weisstein, "Mandelbrot Set." From MathWorld--A Wolfram Web Resource.
http://mathworld.wolfram.com/MandelbrotSet.html
Thanks to Greg Buchholz for this benchmark.