[ buster ]
[ bullseye ]
[ 原始碼: pypy ]
套件:pypy(7.0.0+dfsg-3)
fast alternative implementation of Python - PyPy interpreter
PyPy is a fast, compliant alternative implementation of the Python language (2.7). It has several advantages and distinct features:
* Speed: thanks to its Just-in-Time compiler (on x86), Python programs often run faster on PyPy. * Memory usage: large, memory-hungry Python programs might end up taking less space than they do in CPython. * Compatibility: PyPy is highly compatible with existing Python code. It supports ctypes and can run popular Python libraries like twisted and django. * Stackless: PyPy supports stackless mode on most platforms, providing micro-threads for massive concurrency.
This package contains the PyPy interpreter.
其他與 pypy 有關的套件
|
|
|
|
-
- dep: dpkg (>= 1.15.6~)
- Debian 套件管理系統
-
- dep: libbz2-1.0
- high-quality block-sorting file compressor library - runtime
-
- dep: libc6 (>= 2.28)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libexpat1 (>= 2.0.1)
- XML parsing C library - runtime library
-
- dep: libffi6 (>= 3.0.4) [除 arm64]
- Foreign Function Interface library runtime
- dep: libffi6 (>= 3.2) [arm64]
-
- dep: libgcc1 (>= 1:4.2) [amd64, i386]
- GCC 支援函式庫
-
- dep: libgdbm6 (>= 1.16)
- GNU dbm database routines (runtime version)
-
- dep: libncurses6 (>= 6)
- shared libraries for terminal handling
-
- dep: libsqlite3-0 (>= 3.5.9)
- SQLite 3 shared library
-
- dep: libssl1.1 (>= 1.1.0)
- Secure Sockets Layer toolkit - shared libraries
-
- dep: libtinfo6 (>= 6)
- shared low-level terminfo library for terminal handling
-
- dep: pypy-lib (= 7.0.0+dfsg-3)
- standard library for PyPy (an alternative Python interpreter)
-
- dep: zlib1g (>= 1:1.1.4)
- 壓縮函式庫 - 跑程式時用(runtime)