Python 3.6-3.14 Performance on M1, M5 and Zen2
crewtech.se·23h·
Discuss: Hacker News
FastAPI
Preview
Report Post

Python 3.6-3.14 Performance on M1, M5, Zen2 and Cascade Lake

The old GvR quote still holds: If you want your code to run faster, you should probably just use PyPy. For my serialization library, the performance improved a lot between 3.6 and 3.11, but since then it has mostly stayed the same. PyPy provides a massive boost, and so does compiling to C with MyPyC. It will be interesting to see if the suggested 15% boost in 3.15 applies to my use-case.

Static image showing Knave 0.0.9 performance on different cpu:s and python versions.

Table of Contents

Similar Posts

Loading similar posts...