diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-26 18:51:47 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-26 18:51:47 +0200 |
| commit | fe65588a5c5de4dffffe62e51b05dc8531b93c3e (patch) | |
| tree | 9d579895d5032dc5ab0d2aff8373f9a66a093766 /README.rst | |
| parent | a3f37faed0aaa024fa6354a429ace427a6dc807c (diff) | |
Point out the Linux kernel Kconfigs being huge
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
