diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-23 01:30:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-23 01:30:04 +0100 |
| commit | 3169eb8bc5c132d3684ce1a62c1698e2b058c6fa (patch) | |
| tree | 6a12f6c7ab94c03044501d2e033a6ef0285b381d /README.rst | |
| parent | fbc4567c401b29f565033f69559d3e0a715d884b (diff) | |
Mention loading of multiple .config files
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -93,6 +93,10 @@ Here are some other features: The `allyesconfig.py <https://github.com/ulfalizer/Kconfiglib/blob/master/examples/allyesconfig.py>`_ example currently runs in about 1.3 seconds on a Core i7 2600K (with a warm file cache), including the ``make`` overhead from ``make scriptconfig``. + + Kconfiglib is especially speedy in cases where multiple ``.config`` files + need to be processed, because the ``Kconfig`` files will only need to be parsed + once. 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 |
