|
|
|
|
|
by rurban
3307 days ago
|
|
pypy changed not only the vm, but also the internal data structures. It's totally different.
pypy's problem is that is only optimizes loops and often called functions, not the general interpretation, as e.g. PHP7 or lua did.
For normal, simple small scripts it's not that big a benefit, and you loose all the extensions, (though that's being worked on). |
|