Hacker News new | ask | show | jobs
by willvarfar 598 days ago
(As a happy pypy user in previous jobs, I want to chime in and say python _can_ be fast.

It can be so fast that it completely mooted the discussions that often happen when wanting to move from a python prototype to 'fast enough for production'.)

1 comments

PyPy is still slow compared to actual fast languages. It's just fast compared to Python, and it achieves that speed by not being compatible with most of the Python ecosystem.

Seems like a lose-lose to me. (which is presumably why it never caught on)

What isn't compatible with PyPy? I can run large frameworks using pypy no problem. There certainly will be package that aren't compatible. But far and away most of the ecosystem is fully comaptible.
This depends a lot on your domain, e.g. pypy is not compatible with pytorch or tensorflow so DL is out of the picture.