Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: c159f48a3983
Choose a base ref
...
head repository: NixOS/nix
compare: 428e71619306
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 28, 2020

  1. Fix RemoteStore::addToStore() latency

    Since 6185d25, this was very
    latency-bound since it required a round-trip for every 32 KiB. So for
    example copying a 514 MiB closure over a virtual ethernet device with
    a articial delay of just 1 ms took 343s. Now it takes 2.7s.
    
    Fixes #3372.
    edolstra committed Jul 28, 2020
    Copy the full SHA
    4c0077a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Merge pull request #3876 from NixOS/nix-copy-latency

    Fix RemoteStore::addToStore() latency
    edolstra committed Jul 29, 2020
    Copy the full SHA
    428e716 View commit details
    Browse the repository at this point in the history