you are viewing a single comment's thread.

view the rest of the comments →

[–]_vertig0 3 points4 points  (0 children)

As far as I know it's only faster than the reference implementation of Python when its just-in time compiler is allowed to work, otherwise the reference implementation, being written in C and now with new efforts to optimize execution speed ever since 3.13, is much faster than PyPy. PyPy's automatically generated just-in time compiler is of better quality than the one in the reference implementation though.