lix/src/resolve-system-dependencies
Eelco Dolstra 759947bf72 StorePath: Rewrite in C++
On nix-env -qa -f '<nixpkgs>', this reduces maximum RSS by 20970 KiB
and runtime by 0.8%. This is mostly because we're not parsing the hash
part as a hash anymore (just validating that it consists of base-32
characters).

Also, replace storePathToHash() by StorePath::hashPart().
2020-06-16 14:28:41 +02:00
..
local.mk StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
resolve-system-dependencies.cc Remove trailing whitespace 2020-06-15 14:12:39 +02:00