nix-gh/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 * Handle out of memory condition. 2010-10-28 12:29:40 +00:00
nix-env.cc Add a function queryValidPaths() 2012-07-11 11:08:47 -04:00
profiles.cc * Eliminate all uses of the global variable ‘store’ from libstore. 2011-08-31 21:11:50 +00:00
profiles.hh * Store user environment manifests as a Nix expression in 2010-04-21 15:08:58 +00:00
user-env.cc nix-store -r: do substitutions in parallel 2012-06-27 16:58:15 -04:00
user-env.hh * Store user environment manifests as a Nix expression in 2010-04-21 15:08:58 +00:00