comparison pkg-descr @ 76:82ca701f5432

Build PyPy3 for Python 3.8 using PyPy3.8-v7.3.9
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 03 Oct 2022 11:38:58 +0200
parents 117f9bd112b0
children c356842bd68c
comparison
equal deleted inserted replaced
75:e5280fa76674 76:82ca701f5432
1 PyPy3 is a fast, compliant alternative implementation of the Python 1 PyPy3 is a fast, compliant alternative implementation of the Python
2 language (3.5.3). It has several advantages and distinct features: 2 language (3.8.13). It has several advantages and distinct features:
3 3
4 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster 4 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster
5 on PyPy3. 5 on PyPy3.
6 - Memory usage: large, memory-hungry Python programs might end up taking less 6 - Memory usage: large, memory-hungry Python programs might end up taking less
7 space than they do in CPython. 7 space than they do in CPython.