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/nixpkgs
base: 1497071f2317
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bb9601719890
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 15, 2021

  1. iso-image: enable XZ compress filter

    Minimal ISO:
    1m21 -> 2m25
    625M -> 617M
    
    Plasma5 ISO:
    2m45 -> 5m18
    1.4G -> 1.3G
    
    Decompression speed stays about the same. It's just a few seconds for the whole
    image anyways and, with that kind of speed, you're going to be bottlenecked by
    IO long before the CPU.
    Atemu committed Jan 15, 2021
    Copy the full SHA
    2fcab51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108932 from Atemu/iso-image-compress-filter

    iso-image: enable XZ compress filter
    kevincox committed Jan 15, 2021
    Copy the full SHA
    bb96017 View commit details
    Browse the repository at this point in the history