Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore process wide cache #6

Open
stefanpenner opened this issue Feb 27, 2019 · 3 comments
Open

Explore process wide cache #6

stefanpenner opened this issue Feb 27, 2019 · 3 comments

Comments

@stefanpenner
Copy link
Owner

Explore process wide cache, this way we can likely avoid perf slowdowns due to unrelated node_module duplication or layout.

@davecombs
Copy link
Collaborator

I've been thinking about this the last few days, too. My original thought was to do something similar to what happens in package-info-cache (to at least cache the package.json contents), but not limited to addons. Question is whether this is just the same as the require cache.

@stefanpenner
Copy link
Owner Author

stefanpenner commented Mar 2, 2019

i don't mean a package.json cache, i mean ensuring the CacheGroup can be shared even among duplicated dependencies.

@davecombs
Copy link
Collaborator

Ah, yes. Totally makes sense, and I agree. Anything to remove duplication would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants