Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Versions Performance

Where I can find a comparative speed benchmark between python versions?

For example the performance between 2.6, 2.7, 3.0 , 3.1 and 3.2 versions.

like image 480
Patric Avatar asked Oct 10 '22 05:10

Patric


1 Answers

The Python Software Foundation hosts a speed comparison site at https://speed.python.org/comparison/ that provides an overview of different benchmarks.

Currently, it only includes CPython versions (that are still supported) but PyPy has a similar site available at: https://speed.pypy.org/comparison/

like image 93
b3000 Avatar answered Oct 18 '22 00:10

b3000