PyPy
Python programming language's interpreter and just-in-time compiler
PyPy () is an implementation of the Python programming language. PyPy frequently runs much faster than the standard implementation CPython because PyPy uses a just-in-time compiler.
Nº Q1143023 ★
Common · Literature
PyPy
Python programming language's interpreter and just-in-time compiler
PyPy () is an implementation of the Python programming language. PyPy frequently runs much faster than the standard implementation CPython because PyPy uses a just-in-time compiler.
Last price
—
Floor price
—
7-day median
—
30-day sales
0
30-day range
—
In circulation
0
Price history
median
low – high
sales
No sales in this period
Show table
| Date | median | Low | High | sales |
|---|
Sales history
- Last sale
- —
- 30-day average
- —
- 30-day low
- —
- 30-day high
- —
- Sales 7d
- 0
- Sales 30d
- 0
No sales yet.
Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.
From Wikipedia
PyPy () is an implementation of the Python programming language. PyPy frequently runs much faster than the standard implementation CPython because PyPy uses a just-in-time compiler. Most Python code runs well on PyPy except for code that depends on CPython extensions, which either does not work or incurs some overhead when run in PyPy. PyPy itself is built using a technique known as meta-tracing, which is a mostly automatic transformation that takes an interpreter as input and produces a tracing just-in-time compiler as output. Since interpreters are usually easier to write than compilers, but run slower, this technique can make it easier to produce efficient implementations of programming languages. PyPy's meta-tracing toolchain is called RPython. PyPy officially supports Python 2.7 and 3.11 and has a few differences in implementations compared to CPython.
Text: Wikipédia, CC BY-SA 4.0. ·
Related cards
Cython
Programming language compatible with Python
Nº Q975594 ★
Python syntax and semantics
Syntax of the Python programming language
Nº Q6553861 ★
CPython
Python reference implementation
Nº Q599384 ★★
Python (programming language)
General-purpose programming language
Nº Q28865 ★★★★★
Compiler
Computer program that transforms source code into object code
Nº Q47506 ★★★
Tkinter
Interface allowing the Python programming language to utilize the Tk library
Nº Q173871 ★★