- cross-posted to:
- hackernews@lemmy.bestiver.se
- python@programming.dev
- cross-posted to:
- hackernews@lemmy.bestiver.se
- python@programming.dev
You must log in or register to comment.
Based on my analysis I’m pleasantly surprised with the performance improvements Python has received in the last couple of years starting with Python 3.11, and I’m also frankly blown away by PyPy, which I expected to be only marginally faster than CPython and is instead running at or close to Node.js speeds. I’m definitely going to play more with PyPy going forward!
That sounds a lot like “yes, Python is that slow”.
To be fair, I think devs typically pick a language based on personal preferences, so speed doesn’t really matter as long as it’s fast enough.