esy-issues icon indicating copy to clipboard operation
esy-issues copied to clipboard

Faster computation of environment variables.

Open jordwalke opened this issue 8 years ago • 0 comments

Right now, to compute environment variables for one package, we must traverse its transitive dependency graph. (to compute "globally scoped" vars) That wouldn't be so bad except for the fact that we do that for every package, redoing the same traversal. There's an easy memoization we should apply here.

jordwalke avatar Nov 23 '16 06:11 jordwalke