File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ A `fast`_, `compliant`_ alternative implementation of `Python`_
53
53
54
54
.. class:: small
55
55
56
- On average, PyPy is **4.2 times faster** than CPython
56
+ On average, PyPy is **4.5 times faster** than CPython
57
57
58
58
.. figure:: images/pypy_speed_graph.png
59
59
:alt: PyPy vs. Python speed comparison graph"
@@ -65,9 +65,14 @@ On average, PyPy is **4.2 times faster** than CPython
65
65
66
66
::
67
67
68
- " If you want your code to run faster,
69
- you should probably just use PyPy."
70
- -- Guido van Rossum (creator of Python)
68
+ " ... we are avid fans of PyPy and
69
+ commensurately thankful for the great work by the PyPy team over the
70
+ years. PyPy has enabled us to use Python for a larger part of our
71
+ toolset than CPython alone would have supported, and its smooth
72
+ integration with C/C++ through CFFI has helped us attain a better
73
+ tradeoff between performance and programmer productivity in our
74
+ projects"
75
+ -- Vilhjálmur Þorsteinsson, founder and CEO of Miðeind, Feb 2022
71
76
72
77
**Advantages and distinct Features**
73
78
You can’t perform that action at this time.
0 commit comments