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: 759947bf72c1^
Choose a base ref
...
head repository: NixOS/nix
compare: cc83a8627672
Choose a head ref
  • 2 commits
  • 23 files changed
  • 1 contributor

Commits on Jun 16, 2020

  1. StorePath: Rewrite in C++

    On nix-env -qa -f '<nixpkgs>', this reduces maximum RSS by 20970 KiB
    and runtime by 0.8%. This is mostly because we're not parsing the hash
    part as a hash anymore (just validating that it consists of base-32
    characters).
    
    Also, replace storePathToHash() by StorePath::hashPart().
    edolstra committed Jun 16, 2020
    Copy the full SHA
    759947b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc83a86 View commit details
    Browse the repository at this point in the history