[pypy-commit] extradoc extradoc: another disclaimer

antocuni pypy.commits at gmail.com
Sat Oct 28 06:17:19 EDT 2017


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r5852:fb3978e5d935
Date: 2017-10-28 12:11 +0200
http://bitbucket.org/pypy/extradoc/changeset/fb3978e5d935/

Log:	another disclaimer

diff --git a/blog/draft/2017-10-how-to-make-80x-faster.rst b/blog/draft/2017-10-how-to-make-80x-faster.rst
--- a/blog/draft/2017-10-how-to-make-80x-faster.rst
+++ b/blog/draft/2017-10-how-to-make-80x-faster.rst
@@ -84,7 +84,9 @@
     Generation   4: ... [population = 500]  [33.75 secs]
 
 Ouch! We are ~5.5x slower than CPython. This was kind of expected: numpy is
-based on cpyext, which is infamously slow (although `we are working on that`_).
+based on cpyext, which is infamously slow.  (Actually, `we are working on
+that`_ and on the ``cpyext-avoid-roundtrip`` branch we are already faster than
+CPython, but this will be the subject of another blog post.)
 
 So, let's try to avoid cpyext. The first obvious step is to use numpypy_
 instead of numpy (actually, there a hack_ to use just the micronumpy


More information about the pypy-commit mailing list