Python: Difference between revisions

From annawiki
No edit summary
No edit summary
Line 1: Line 1:
#Ubuntu 22.04 Python 3.10.4 https://discourse.ubuntu.com/t/jammy-jellyfish-release-notes/24668
#Ubuntu 22.04 Python 3.10.4 https://discourse.ubuntu.com/t/jammy-jellyfish-release-notes/24668
#Python 3.11 https://docs.python.org/3.11/whatsnew/3.11.html  
 
==Faster CPython==
#https://github.com/markshannon/faster-cpython/blob/master/plan.md
 
===Python 3.11===
https://docs.python.org/3.11/whatsnew/3.11.html  
  3.11.0rc1
  3.11.0rc1
  Date August 16, 2022
  Date August 16, 2022
  Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite.
  Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite.
#https://github.com/markshannon/faster-cpython/blob/master/plan.md

Revision as of 2022-08-17T11:47:35

  1. Ubuntu 22.04 Python 3.10.4 https://discourse.ubuntu.com/t/jammy-jellyfish-release-notes/24668

Faster CPython

  1. https://github.com/markshannon/faster-cpython/blob/master/plan.md

Python 3.11

https://docs.python.org/3.11/whatsnew/3.11.html

3.11.0rc1
Date August 16, 2022
Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite.