|
|
|
|
|
by densh
4805 days ago
|
|
The question has been asked numerous times on various PyCons. And all the time Guido says that python is "fast enough" and doesn't need all the complications that JIT will bring into the codebase. In the same vain he speaks of GIL as something that is good enough and need not be removed. For me both of the points sound like a denial and I'm extremely happy that there is a PyPy team who cares about performance and concurrency. The core python team is working on minor tweaks and small-ish features in 3.x which can't hold a candle to solid 2-3x performance increase, built-in support for stackless/greenlets, extremely fast built-in subset of numpy and prospects of running your code truly concurrently with stm. |
|