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: ad97a2183449
Choose a base ref
...
head repository: NixOS/nix
compare: 3d2d207aadb8
Choose a head ref
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 6, 2018

  1. support multi threaded xz encoder, this might be particularly useful in

    the case of hydra where the overhead of single threaded encoding is more
    noticeable e.g most of the time spent in "Sending inputs"/"Receiving outputs"
    is due to compression while the actual upload to the binary cache seems
    to be negligible.
    AmineChikhaoui committed Feb 6, 2018
    Copy the full SHA
    bc7e3a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. set block size to 0 to let the lzma lib choose the right one, add

    some comments about possible improvements wrt memory usage/threading.
    AmineChikhaoui committed Feb 7, 2018
    Copy the full SHA
    9d1e22f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    163e395 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    55ecdfe View commit details
    Browse the repository at this point in the history
  4. move the parallel-compression setting to binary-cache-store, the setting

    can be done now from the url e.g s3://nix-cache?parallel-compression=1
    instead of nix.conf.
    AmineChikhaoui committed Feb 7, 2018
    Copy the full SHA
    47ad880 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a566372 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Copy the full SHA
    0685a64 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Merge pull request #1848 from AmineChikhaoui/parallel-xz

    support multi threaded xz encoder
    edolstra committed Feb 9, 2018
    Copy the full SHA
    3d2d207 View commit details
    Browse the repository at this point in the history