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: 13c128fb1c70
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3ace1b0d543e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 24, 2020

  1. lib.lists.unique: Switch from recursive function to using a fold

    This improves performance by ~30-40% for smaller test cases and makes
    larger cases where my laptop would OOM pass in seconds.
    
    (cherry picked from commit 85605c8)
    adisbladis committed Nov 24, 2020
    Copy the full SHA
    be88ad4 View commit details
    Browse the repository at this point in the history
  2. texlive: Use lib.unique for uniqueness checks

    In 85605c8 we got a really nice
    performance improvement.
    
    By using this implementation for texlive instantiation RSS is cut by
    ~2.6x with a similar wall time speedup.
    
    (cherry picked from commit ce84cc0)
    adisbladis committed Nov 24, 2020
    Copy the full SHA
    3ace1b0 View commit details
    Browse the repository at this point in the history