Skip to content

Commit 1cc831a

Browse files
committed
udpate front page
1 parent b6318eb commit 1cc831a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pages/index.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ A `fast`_, `compliant`_ alternative implementation of `Python`_
5353
5454
.. class:: small
5555
56-
On average, PyPy is **4.2 times faster** than CPython
56+
On average, PyPy is **4.5 times faster** than CPython
5757
5858
.. figure:: images/pypy_speed_graph.png
5959
:alt: PyPy vs. Python speed comparison graph"
@@ -65,9 +65,14 @@ On average, PyPy is **4.2 times faster** than CPython
6565

6666
::
6767

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
7176

7277
**Advantages and distinct Features**
7378

0 commit comments

Comments
 (0)