Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 59cdb00

Browse filesBrowse files
author
Kenneth Reitz
committed
Merge pull request realpython#57 from alex/patch-5
Note the speed difference.
2 parents 327fd09 + 69ef7c6 commit 59cdb00
Copy full SHA for 59cdb00

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎docs/starting/which-python.rst

Copy file name to clipboardExpand all lines: docs/starting/which-python.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ PyPy aims for maximum compatibility with the reference CPython implementation
6666
while improving performance.
6767

6868
If you are looking to squeeze more performance out of your Python code, it's
69-
worth giving PyPy a try.
69+
worth giving PyPy a try. On a suite of benchmarks, it's current `over 5 times
70+
faster than CPython <http://speed.pypy.org/>`_.
7071

7172
Currently PyPy supports Python 2.7.
7273

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.