lix/doc/manual/rl-next/nix-copy-is-fast.md
Jade Lovelace e19f27917c Add some release notes for things we did
Change-Id: If0ddec6b64a43c3d8f6cae39e0292863f3b49401
2024-06-24 16:26:12 -07:00

403 B

synopsis cls issues credits category
`nix copy` is now several times faster at `querying info about /nix/store/...`
1462
fj#366
jade
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.