Skip to content

Cache transitive dependencies #409

@felixSchl

Description

@felixSchl

The call to getTransitiveDeps can get quite slow for larger projects, even on a decent machine.

I found at least one relevant reference to this here: #110 (comment).

I am wondering if we could not simply cache the transitive deps based on the hash of the dhall files, perhaps, or even take the hash of the PackageSet type, if at all possible.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions