Comment by CamouflagedKiwi
4 hours ago
> You'd think PyPy would be more popular, then.
PyPy doesn't do anything to help startup time. In fact, it's typically a bit slower to start up than CPython.
You reap the speed benefits from PyPy once it's been running for a little while and it can JIT compile the hot bits of code.