How Python 3.11 is becoming faster
added on 2022/11/08 @ 11:47:59 | 911 views| category: programming

Python is a great language but everyone already knows that. Now with Python 3.11, it’s making quite some noise in the Python circles. It has become almost 2x times faster than its predecessor. In this article, we are not going to show that python 3.11 runs a particular piece of code faster but actually focus on what changed at the architecture level hence giving Python 3.11 such an improved performance.

tags: #python3 #script #programming