Hacker News new | past | comments | ask | show | jobs | submit login
Pre-release of Python 3.11 sees a 10%-60% performance gain over Python 3.10 (python.org)
76 points by YossarianFrPrez on June 18, 2022 | hide | past | favorite | 5 comments



The enhanced error location in tracebacks is the real deal IMHO: https://docs.python.org/3.11/whatsnew/3.11.html#enhanced-err...


I'd like to know how this translates to other frequently used modules that are potentially computationally heavy, if at all.

- Numpy.

- Pandas.

- Scikit.

- Dask.

- Flask / Django. Others?


Some of those are bindings to C and C++ libraries, so hardly any change.


Well the heavy lifting in the numerical libraries you listed is done in C so it won't make any difference at all.


There is a lot of talk about how 3.11 is a good performance improvement over 3.10 and especially in comparison to other python minor version updates. Is there anyway to quantify other version performance increases i.e between 3.8 and 3.9 and 3.9 to 3.10 etc? So it's a nice comparison




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: