summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-01-20 06:47:27 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-01-20 06:47:27 +0100
commit25441b9478c3a1414874d6b4599c530952e62f6e (patch)
tree66866fd4e4a695a7d5384067f9286ab19a8459e8
parentf0a87cc0cdf02dbaa733352b052021a48fa42240 (diff)
Getting faster
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index bf33d0e..b24d234 100644
--- a/README.rst
+++ b/README.rst
@@ -90,8 +90,8 @@ Here are some other features:
- **Not horribly slow despite being a pure Python implementation**
The `allyesconfig.py <https://github.com/ulfalizer/Kconfiglib/blob/master/examples/allyesconfig.py>`_ example currently runs in
- about 1.6 seconds on a Core i7 2600K (with a warm file cache), where half a
- second is overhead from ``make scriptconfig``.
+ about 1.3 seconds on a Core i7 2600K (with a warm file cache), including the
+ ``make`` overhead from ``make scriptconfig``.
For long-running jobs, `PyPy <https://pypy.org/>`_ gives a big performance
boost. CPython is faster for short-running jobs as PyPy needs some time to