From 3169eb8bc5c132d3684ce1a62c1698e2b058c6fa Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 23 Jan 2018 01:30:04 +0100 Subject: Mention loading of multiple .config files --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 34f9382..b8250e8 100644 --- a/README.rst +++ b/README.rst @@ -93,6 +93,10 @@ Here are some other features: The `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 `_ gives a big performance boost. CPython is faster for short-running jobs as PyPy needs some time to -- cgit v1.2.3