LinuxLover schrieberstelle in Python und C mal ein Programm, das nichts anderes tut als von 0 auf 100000000 zählen, und führe diese mit $time ./a.out && time ./script.py aus.
$ time a.out && time pypy counter.py
a.out 0,20s user 0,00s system 98% cpu 0,204 total
pypy counter.py 0,56s user 0,02s system 99% cpu 0,582 total
Nicht ganz Faktor 3.
Find ich jetzt ehrlich gesagt nicht so beeindruckend, wenn ich die Lesbarkeit von Python-Code und die Geschwindigkeit, mit der ich den Code bugfrei bekomme, mit den C-Äquivalenten vergleiche. 😛