Hacker News new | ask | show | jobs
by Phrodo_00 1029 days ago
> (though this expression doesn't really make any sense, as slowness is a property of the implementation, not of the language)

Yes, which is why this is the way CPython works, but PyPy uses JIT and is faster.

1 comments

> and is faster.

After a very long warmup time, which may make one-shot applications much slower.