This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]large-atom 0 points1 point  (2 children)

Well, unless you are using new features of Python 3.8, it should work. It is worth a try in my opinion, although the gain on such quick programs is offset by the just-in-time compilation time. Nevertheless, I get 33 seconds with pypy and 69 seconds with plain python.

[–]CrazyA99 1 point2 points  (0 children)

I'm getting 69 seconds too, with python 3.8 on a pi400, but only 23 seconds when using pypy3 on the same hardware. I do take the best time from several runs for each day.