diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-08-12 16:04:22 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-08-12 16:04:22 -0700 |
commit | 7e0fee530939cded2cf036ee8b4cc3cfd1103c0e (patch) | |
tree | 2c8efb5417818e3e6400a2c39414988bd2698f9d /doc/manual/rl-next/nix-copy-is-fast.md | |
parent | 5137cea99044d54337e439510a647743110b2d7d (diff) |
release: release notes for 2.91.0
Release created with releng/create_release.xsh
Change-Id: Ieb6ca02d3cf986b28440fce3792e8c38ce80a33e
Diffstat (limited to 'doc/manual/rl-next/nix-copy-is-fast.md')
-rw-r--r-- | doc/manual/rl-next/nix-copy-is-fast.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/manual/rl-next/nix-copy-is-fast.md b/doc/manual/rl-next/nix-copy-is-fast.md deleted file mode 100644 index bf26eb65f..000000000 --- a/doc/manual/rl-next/nix-copy-is-fast.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -synopsis: "`nix copy` is now several times faster at `querying info about /nix/store/...`" -cls: [1462] -issues: [fj#366] -credits: [jade] -category: 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. |