Navigation Menu

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: 343abf7730fb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 796b760e2e7c
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 5, 2019

  1. references-by-popularity: create debug output

    (cherry picked from commit 54826e7)
    grahamc committed Mar 5, 2019
    Copy the full SHA
    86fafb0 View commit details
    Browse the repository at this point in the history
  2. references-by-popularity: cache computation to avoid memory bloat

    On very large graphs (14k+ paths), we'd end up with a massive in
    memory tree of mostly duplication.
    
    We can safely cache trees and point back to them later, saving
    memory.
    
    (cherry picked from commit 09362bc)
    grahamc committed Mar 5, 2019
    Copy the full SHA
    e32d952 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Merge pull request #56919 from grahamc/closure-graph-memory-18.09

    Closure graph memory (18.09)
    shlevy committed Mar 6, 2019
    Copy the full SHA
    796b760 View commit details
    Browse the repository at this point in the history