www.pypy.org
Open in
urlscan Pro
138.197.63.241
Public Scan
Submitted URL: http://pypy.org/
Effective URL: https://www.pypy.org/
Submission Tags: tranco_l324
Submission: On November 16 via api from DE — Scanned from DE
Effective URL: https://www.pypy.org/
Submission Tags: tranco_l324
Submission: On November 16 via api from DE — Scanned from DE
Form analysis
1 forms found in the DOMsearch.html
<form class="navbar-form navbar-left" action="search.html" role="search">
<div class="form-group">
<input type="text" class="form-control" id="tipue_search_input" name="q" placeholder="Search…" autocomplete="off">
</div>
<input type="submit" value="Local Search" style="visibility: hidden;">
</form>
Text Content
Skip to main content * Features * What is PyPy? * Compatibility * Performance * Download * Dev Docs * Blog * Index * Tags * Archive by year * RSS feed * Old site * About * Twitter * IRC logs * YouTube * Twitch * People * How To Help? * Contact PYPY A fast, compliant alternative implementation of Python Download PyPy What is PyPy ? Documentation (external link) On average, PyPy is 4.2 times faster than CPython PyPy (with JIT) benchmark times normalized to CPython. Smaller is better. Based on the geometric average of all benchmarks "If you want your code to run faster, you should probably just use PyPy." -- Guido van Rossum (creator of Python) Advantages and distinct Features * Speed: thanks to its Just-in-Time compiler, Python programs often run faster on PyPy. (What is a JIT compiler?) * Memory usage: memory-hungry Python programs (several hundreds of MBs or more) might end up taking less space than they do in CPython. * Compatibility: PyPy is highly compatible with existing python code. It supports cffi, cppyy, and can run popular python libraries like twisted, and django. It can also run NumPy, Scikit-learn and more via a c-extension compatibility layer. * Stackless: PyPy comes by default with support for stackless mode, providing micro-threads for massive concurrency. * As well as other features. Contents © 2021 The PyPy Team Powered by Nikola RSS feed