|
|
|
|
|
by coldtea
4319 days ago
|
|
>I wouldn't expect mainline Python to get significantly faster. Why not? JS did. And before you mention that it's the de facto language of the web, so of course had tons of commercial backing, well, PHP did too (with PHP7, but also with recent 3 releases really working on speed and less memory use). We have this Dropbox initiative too, and renewed talk about Python optimization. For Python it's an obvious shortcoming, with some low-hanging fruits available. |
|
http://www.phi-node.com/2013/06/how-fast-can-we-make-interpr...
The conclusion is that if you do all the things you can to make Python faster without breaking compatibility with CPython (thereby losing all of SciPy):
> "In the best cases, such as when lots of integers are being manipulated in a loop, [you] might get up to 3X faster than the regular Python interpreter. More often, the gains hover around a meager 20%."