|
|
|
|
|
by fastball
634 days ago
|
|
The problem with PyPy is that it doesn't support the C-API, which is required for all those other high performance libraries. So you gain the perf of a JIT, while losing out on most everything else high-performance in the Python ecosystem. |
|