summary refs log tree commit diff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-11-24 18:12:03 +0100
committerLudovic Courtès <ludo@gnu.org>2015-11-24 18:19:25 +0100
commitcc3de1da418e1718ab4ff85144a56f573460fbd6 (patch)
tree744339ed1c37ceb6b9d5ec7873c75aa889db1d84 /gnu/packages/maths.scm
parent8b749cf3cb5934e6ca29f46a1c87ed1f2b83e81d (diff)
downloadguix-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/packages/maths.scm')
0 files changed, 0 insertions, 0 deletions