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: 2cb59f4e9919
Choose a base ref
...
head repository: NixOS/nix
compare: df4da4f5da1e
Choose a head ref
  • 3 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
  3. Merge pull request #3702 from NixOS/store-path-cxx

    Rewrite StorePath class in C++
    edolstra committed Jun 16, 2020
    Copy the full SHA
    df4da4f View commit details
    Browse the repository at this point in the history