diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-20 06:47:27 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-20 06:47:27 +0100 |
| commit | 25441b9478c3a1414874d6b4599c530952e62f6e (patch) | |
| tree | 66866fd4e4a695a7d5384067f9286ab19a8459e8 /README.rst | |
| parent | f0a87cc0cdf02dbaa733352b052021a48fa42240 (diff) | |
Getting faster
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
