|
|
|
|
|
by rich_sasha
1722 days ago
|
|
PyPy is a trade off and not universally better. It has a larger memory footprint (already a bit of an issue for Python), higher startup times and incomplete compatibility, in particular with C compiled libs used precisely where performance matters. |
|