guix/src/nix-env
Eelco Dolstra 58ef4d9a95 Add a function queryValidPaths()
queryValidPaths() combines multiple calls to isValidPath() in one.
This matters when using the Nix daemon because it reduces latency.
For instance, on "nix-env -qas \*" it reduces execution time from 5.7s
to 4.7s (which is indistinguishable from the non-daemon case).
2012-07-11 11:08:47 -04:00
..
help.txt Include --keep-going in --help 2012-04-04 16:22:32 +02:00
Makefile.am
nix-env.cc Add a function queryValidPaths() 2012-07-11 11:08:47 -04:00
profiles.cc
profiles.hh
user-env.cc nix-store -r: do substitutions in parallel 2012-06-27 16:58:15 -04:00
user-env.hh