lix/src/nix-daemon
Eelco Dolstra ba20730b3f
Implement RemoteStore::queryMissing()
This provides a significant speedup, e.g. 64 s -> 12 s for

  nix-build --dry-run -I nixpkgs=channel:nixos-16.03 '<nixpkgs/nixos/tests/misc.nix>' -A test

on a cold local and CloudFront cache.

The alternative is to use lots of concurrent daemon connections but
that seems wasteful.
2017-04-06 18:40:19 +02:00
..
local.mk Don't install nix-worker symlink 2015-05-19 16:43:33 +02:00
nix-daemon.cc Implement RemoteStore::queryMissing() 2017-04-06 18:40:19 +02:00