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: aaa109565e4f
Choose a base ref
...
head repository: NixOS/nix
compare: 69cb9f7eeef9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 17, 2020

  1. Wrap eval cache creation in a giant transaction

    This speeds up the creation of the cache for the nixpkgs flake from
    21.2s to 10.2s. Oddly, it also speeds up querying the cache
    (i.e. running 'nix flake show nixpkgs/nixos-20.03 --legacy') from 4.2s
    to 3.4s.
    
    (For comparison, running with --no-eval-cache takes 9.5s, so the
    overhead of building the SQLite cache is only 0.7s.)
    edolstra committed Apr 17, 2020
    Copy the full SHA
    69cb9f7 View commit details
    Browse the repository at this point in the history