e19f27917c
Change-Id: If0ddec6b64a43c3d8f6cae39e0292863f3b49401
403 B
403 B
synopsis | cls | issues | credits | category | |||
---|---|---|---|---|---|---|---|
`nix copy` is now several times faster at `querying info about /nix/store/...` |
|
|
|
Fixes |
We fixed a locking bug that serialized querying info about /nix/store/...
onto just one thread such that it was eating O(paths to copy * latency)
time
while setting up to copy paths to s3 and other stores. It is now nproc
times
faster.