|
|
|
|
|
by bpicolo
3154 days ago
|
|
It's at least partially a factor of the cython implementation, because pypy does a pretty great job doing JIT compilation, and making python fast. That's without the resources of Google behind it, too. (Though I've seen some python compiler "20%" style projects roll around: https://github.com/google/grumpy). That said, python does have a lot of magic functionality that makes predicting paths through the program difficult for a compiler |
|