summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-09-26 18:51:47 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-09-26 18:51:47 +0200
commitfe65588a5c5de4dffffe62e51b05dc8531b93c3e (patch)
tree9d579895d5032dc5ab0d2aff8373f9a66a093766 /README.rst
parenta3f37faed0aaa024fa6354a429ace427a6dc807c (diff)
Point out the Linux kernel Kconfigs being huge
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f1b8c86..d7e0ee2 100644
--- a/README.rst
+++ b/README.rst
@@ -276,8 +276,10 @@ Other features
The `allyesconfig.py
<https://github.com/ulfalizer/Kconfiglib/blob/master/allyesconfig.py>`_
- script currently runs in about 1.3 seconds on a Core i7 2600K (with a warm
- file cache), including the ``make`` overhead from ``make scriptconfig``.
+ script currently runs in about 1.3 seconds on the Linux kernel on a Core i7
+ 2600K (with a warm file cache), including the ``make`` overhead from ``make
+ scriptconfig``. Note that the Linux kernel Kconfigs are absolutely massive
+ (over 14k symbols for x86) compared to most projects.
Kconfiglib is especially speedy in cases where multiple ``.config`` files
need to be processed, because the ``Kconfig`` files will only need to be parsed