[ 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
- 高品质块排序文件压缩程序库 - 运行时库
-
- dep: libc6 (>= 2.28)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libexpat1 (>= 2.0.1)
- XML 解析 C 库 - 运行时库
-
- dep: libffi6 (>= 3.0.4) [除 arm64]
- 外部函数接口库运行环境
- dep: libffi6 (>= 3.2) [arm64]
-
- dep: libgcc1 (>= 1:4.2) [amd64, i386]
- GCC 支持库
-
- dep: libgdbm6 (>= 1.16)
- GNU dbm 数据库例程(运行时版本)
-
- dep: libncurses6 (>= 6)
- 终端控制的共享库
-
- dep: libsqlite3-0 (>= 3.5.9)
- SQLite 3 共享库
-
- dep: libssl1.1 (>= 1.1.0)
- 安全套接字层工具箱 - 共享库
-
- dep: libtinfo6 (>= 6)
- 用于终端处理的共享底层 terminfo 库
-
- dep: pypy-lib (= 7.0.0+dfsg-3)
- standard library for PyPy (an alternative Python interpreter)
-
- dep: zlib1g (>= 1:1.1.4)
- 压缩库 - 运行时