|
|
|
|
|
by jbverschoor
1324 days ago
|
|
Yup.. a 240x performance difference (zig-py) has very little to do with the language, vm, or whatever. As soon as I saw that, I dismissed the benchmark. By these standards a 10 year old cpu with a beefy GPU will beat any new cpu as well. |
|
It absolutely does. A simple for loop in the standard Python interpreter will literally take 100x longer than the same thing in a language like C/C++, try for yourself if you don't believe me. CPython is unbelievably slow.