diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-24 18:12:03 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-24 18:19:25 +0100 |
commit | cc3de1da418e1718ab4ff85144a56f573460fbd6 (patch) | |
tree | 744339ed1c37ceb6b9d5ec7873c75aa889db1d84 /gnu | |
parent | 8b749cf3cb5934e6ca29f46a1c87ed1f2b83e81d (diff) | |
download | patches-cc3de1da418e1718ab4ff85144a56f573460fbd6.tar patches-cc3de1da418e1718ab4ff85144a56f573460fbd6.tar.gz |
guix package: Reduce startup time by ~50%.
As measured with:
time sh -c 'for i in `seq 1 10` ; do guix package --search-paths ; done'
On my machine, when running:
strace -o ,,s guix package --search-paths
the number returned by:
grep -E '^(open|l?stat).*\.go' ,,s | wc -l
drops from 1610 to 837.
* guix/scripts/package.scm: Remove two unnecessary #:use-module forms.
Autoload (gnu packages ...) modules.
Diffstat (limited to 'gnu')
0 files changed, 0 insertions, 0 deletions