clarkclark
Programmer
I've been wondering about python's compile process.
For python benchmark stats, i've heard numbers like 30,40 or 50 times slower than c. This is a bit strange, because much of python could be ported rather directly into c++, which is only marginally slower than c... Is the reason for the lethargy rooted in the quick compile time of python, and lack of compile-time optimizations thereby?
If anyone knows the answer to this (or a reason that this question is flawed), please respond.
Thanks,
-Clark
For python benchmark stats, i've heard numbers like 30,40 or 50 times slower than c. This is a bit strange, because much of python could be ported rather directly into c++, which is only marginally slower than c... Is the reason for the lethargy rooted in the quick compile time of python, and lack of compile-time optimizations thereby?
If anyone knows the answer to this (or a reason that this question is flawed), please respond.
Thanks,
-Clark