Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison pkg-descr @ 69:f7806d358539
MERGE: the "origin" branch with the existing ports files
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 29 Sep 2022 09:19:28 +0200 |
| parents | b8cea9d588b1 |
| children | 117f9bd112b0 |
comparison
equal
deleted
inserted
replaced
| 67:9a0f32f1678b | 69:f7806d358539 |
|---|---|
| 1 PyPy3 is a fast, compliant alternative implementation of the Python | |
| 2 language (3.5.3). It has several advantages and distinct features: | |
| 3 | |
| 4 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster | |
| 5 on PyPy3. | |
| 6 - Memory usage: large, memory-hungry Python programs might end up taking less | |
| 7 space than they do in CPython. | |
| 8 - Compatibility: PyPy3 is highly compatible with existing python code. It | |
| 9 supports ctypes and can run popular python libraries like | |
| 10 twisted and django. | |
| 11 - Sandboxing: PyPy3 provides the ability to run untrusted code in a fully | |
| 12 secure way. | |
| 13 - Stackless: PyPy3 can be configured to run in stackless mode, providing | |
| 14 micro-threads for massive concurrency. | |
| 15 - As well as other features. | |
| 16 | |
| 17 WWW: http://pypy.org |
